diff options
| author | Waffle Lapkin <waffle.lapkin@gmail.com> | 2025-07-31 19:03:22 +0200 |
|---|---|---|
| committer | Waffle Lapkin <waffle.lapkin@gmail.com> | 2025-08-27 23:44:49 +0200 |
| commit | 6a3187af13e59beb00f6eaff8c4c9da19b382d36 (patch) | |
| tree | d9c78ae93ac870dac529a973bd676cf0e44ffd61 /compiler/rustc_codegen_gcc | |
| parent | aa0887b223d3af4570f2a6f31c9d85d792a7b4de (diff) | |
| download | rust-6a3187af13e59beb00f6eaff8c4c9da19b382d36.tar.gz rust-6a3187af13e59beb00f6eaff8c4c9da19b382d36.zip | |
fix target-pointer-width in tests
Diffstat (limited to 'compiler/rustc_codegen_gcc')
| -rw-r--r-- | compiler/rustc_codegen_gcc/target_specs/m68k-unknown-linux-gnu.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_gcc/target_specs/m68k-unknown-linux-gnu.json b/compiler/rustc_codegen_gcc/target_specs/m68k-unknown-linux-gnu.json index 95ea06106fb..b13b640a7c7 100644 --- a/compiler/rustc_codegen_gcc/target_specs/m68k-unknown-linux-gnu.json +++ b/compiler/rustc_codegen_gcc/target_specs/m68k-unknown-linux-gnu.json @@ -22,5 +22,5 @@ "unix" ], "target-mcount": "_mcount", - "target-pointer-width": "32" + "target-pointer-width": 32 } |
