about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/sparc64_unknown_netbsd.rs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_target/src/spec/sparc64_unknown_netbsd.rs')
-rw-r--r--compiler/rustc_target/src/spec/sparc64_unknown_netbsd.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_target/src/spec/sparc64_unknown_netbsd.rs b/compiler/rustc_target/src/spec/sparc64_unknown_netbsd.rs
index 6d8e433949b..07035bf15d5 100644
--- a/compiler/rustc_target/src/spec/sparc64_unknown_netbsd.rs
+++ b/compiler/rustc_target/src/spec/sparc64_unknown_netbsd.rs
@@ -10,7 +10,6 @@ pub fn target() -> Target {
         llvm_target: "sparc64-unknown-netbsd".to_string(),
         target_endian: "big".to_string(),
         pointer_width: 64,
-        target_c_int_width: "32".to_string(),
         data_layout: "E-m:e-i64:64-n32:64-S128".to_string(),
         arch: "sparc64".to_string(),
         target_os: "netbsd".to_string(),