Skip to content

Commit 89b70b9

Browse files
committed
change aix default codemodel=large
1 parent 8575f8f commit 89b70b9

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_target/src/spec/base

1 file changed

+1
-1
lines changed

compiler/rustc_target/src/spec/base/aix.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use crate::spec::{Cc, CodeModel, LinkOutputKind, LinkerFlavor, TargetOptions, cr
44
pub(crate) fn opts() -> TargetOptions {
55
TargetOptions {
66
abi: "vec-extabi".into(),
7-
code_model: Some(CodeModel::Small),
7+
code_model: Some(CodeModel::Large),
88
cpu: "pwr7".into(),
99
os: "aix".into(),
1010
vendor: "ibm".into(),

0 commit comments

Comments
 (0)