diff options
author | Sam James <sam@gentoo.org> | 2023-11-21 20:40:27 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-21 20:40:44 +0000 |
commit | fad75a344cbaada57ae490c3e8f88cdd5b35dadc (patch) | |
tree | a12796d9fac4702438ee8a240c67b4ec105b6f6f /eclass/flag-o-matic.eclass | |
parent | dev-libs/tree-sitter-ruby: add 0.20.0_pre20221101 (diff) | |
download | gentoo-fad75a344cbaada57ae490c3e8f88cdd5b35dadc.tar.gz gentoo-fad75a344cbaada57ae490c3e8f88cdd5b35dadc.tar.bz2 gentoo-fad75a344cbaada57ae490c3e8f88cdd5b35dadc.zip |
flag-o-matic.eclass: allow -mfix-r5900 errata flag for MIPS
Reported by immolo.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/flag-o-matic.eclass')
-rw-r--r-- | eclass/flag-o-matic.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass index 58a14178f38a..6540f59aa960 100644 --- a/eclass/flag-o-matic.eclass +++ b/eclass/flag-o-matic.eclass @@ -115,7 +115,8 @@ _setup-allowed-flags() { -mlittle-endian -mbig-endian -EL -EB -fPIC -mlive-g0 '-mcmodel=*' -mstack-bias -mno-stack-bias -msecure-plt '-m*-toc' '-mfloat-abi=*' -mfix-r4000 -mno-fix-r4000 -mfix-r4400 -mno-fix-r4400 - -mfix-rm7000 -mno-fix-rm7000 -mfix-r10000 -mno-fix-r10000 + -mfix-rm7000 -mno-fix-rm7000 -mfix-r9500 -mno-fix-r9500 + -mfix-r10000 -mno-fix-r10000 '-mr10k-cache-barrier=*' -mthumb -marm # needed for arm64 (and in particular SCS) |