mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-13 16:06:59 +02:00
eclass/flag-o-matic: Sync with Gentoo
It's from Gentoo commit 2baeb8c8987f9214080ce2a8c94c0e93ee7af217.
This commit is contained in:
parent
44fbd3f2c7
commit
19eb78354a
@ -129,6 +129,10 @@ _setup-allowed-flags() {
|
|||||||
# needed for arm64 (and in particular SCS)
|
# needed for arm64 (and in particular SCS)
|
||||||
-ffixed-x18
|
-ffixed-x18
|
||||||
|
|
||||||
|
# needed for riscv (to prevent unaligned vector access)
|
||||||
|
# See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115789
|
||||||
|
-mstrict-align -mvector-strict-align
|
||||||
|
|
||||||
# gcc 4.5
|
# gcc 4.5
|
||||||
-mno-fma4 -mno-movbe -mno-xop -mno-lwp
|
-mno-fma4 -mno-movbe -mno-xop -mno-lwp
|
||||||
# gcc 4.6
|
# gcc 4.6
|
||||||
|
Loading…
Reference in New Issue
Block a user