mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
[watchos] Dynamic linking is not allowed for watchos targets
This commit is contained in:
parent
928d14bcd1
commit
db99a89e38
@ -12,6 +12,8 @@ pub fn target() -> Target {
|
||||
features: "+neon,+fp-armv8,+apple-a7".into(),
|
||||
max_atomic_width: Some(128),
|
||||
forces_embed_bitcode: true,
|
||||
dynamic_linking: false,
|
||||
position_independent_executables: true,
|
||||
// These arguments are not actually invoked - they just have
|
||||
// to look right to pass App Store validation.
|
||||
bitcode_llvm_cmdline: "-triple\0\
|
||||
|
@ -12,6 +12,8 @@ pub fn target() -> Target {
|
||||
features: "+v7,+vfp4,+neon".into(),
|
||||
max_atomic_width: Some(64),
|
||||
forces_embed_bitcode: true,
|
||||
dynamic_linking: false,
|
||||
position_independent_executables: true,
|
||||
// These arguments are not actually invoked - they just have
|
||||
// to look right to pass App Store validation.
|
||||
bitcode_llvm_cmdline: "-triple\0\
|
||||
|
Loading…
Reference in New Issue
Block a user