about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-08-31 13:40:34 +0200
committerGitHub <noreply@github.com>2025-08-31 13:40:34 +0200
commit0e28b4201ac8f12cfafe5383f442c7b00f8bdcc6 (patch)
tree4bd07360ed13d7e7ab0f8e3c89259bf831e5a3aa /compiler/rustc_codegen_gcc
parent64a99db105f45ea3304732ffb51066c3b5193bc7 (diff)
parent2d8cb59784711f503170011461c23385042a974d (diff)
downloadrust-0e28b4201ac8f12cfafe5383f442c7b00f8bdcc6.tar.gz
rust-0e28b4201ac8f12cfafe5383f442c7b00f8bdcc6.zip
Rollup merge of #144443 - WaffleLapkin:integer-target-pointer-width, r=Noratrieb
Make target pointer width in target json an integer

r? Noratrieb
cc `@RalfJung` (https://github.com/rust-lang/rust/pull/142352/files#r2230380120)

try-job: x86_64-rust-for-linux
Diffstat (limited to 'compiler/rustc_codegen_gcc')
-rw-r--r--compiler/rustc_codegen_gcc/target_specs/m68k-unknown-linux-gnu.json2
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
 }