We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61af754 commit 7bab5daCopy full SHA for 7bab5da
src/librustc_back/target/sparcv9_sun_solaris.rs
@@ -17,6 +17,7 @@ pub fn target() -> TargetResult {
17
// llvm calls this "v9"
18
base.cpu = "v9".to_string();
19
base.max_atomic_width = Some(64);
20
+ base.exe_allocation_crate = None;
21
22
Ok(Target {
23
llvm_target: "sparcv9-sun-solaris".to_string(),
0 commit comments