mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +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>
7 lines
307 B
Plaintext
7 lines
307 B
Plaintext
error: `-Zpacked-stack` is incompatible with `backchain` target feature
|
|
|
|
|
= 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
|
|
|