mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
f39fa9e4c0
this enables packed-stack just as -mpacked-stack in clang and gcc. packed-stack is needed on s390x for kernel development. Co-authored-by: Ralf Jung <post@ralfj.de>
11 lines
469 B
Plaintext
11 lines
469 B
Plaintext
warning: unstable feature specified for `-Ctarget-feature`: `backchain`
|
|
|
|
|
= note: this feature is not stably supported; its behavior can change in the future
|
|
|
|
error: packedstack with backchain needs softfloat
|
|
|
|
|
= note: enabling both `-Zpacked-stack` and the `backchain` target feature is incompatible with the default s390x ABI. Switch to s390x-unknown-none-softfloat if you need both attributes
|
|
|
|
error: aborting due to 1 previous error; 1 warning emitted
|
|
|