summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-02-12 16:04:39 +0000
committerSam James <sam@gentoo.org>2024-02-12 16:07:48 +0000
commit61cb1e79740107fa274271ba79a19ccf16a68a16 (patch)
treebba9e3e69925af8d3da65acc1c306701712d0c12 /eclass
parentdev-vcs/git: add 2.43.1 (diff)
downloadgentoo-61cb1e79740107fa274271ba79a19ccf16a68a16.tar.gz
gentoo-61cb1e79740107fa274271ba79a19ccf16a68a16.tar.bz2
gentoo-61cb1e79740107fa274271ba79a19ccf16a68a16.zip
flag-o-matic.eclass: fix botched MIPS revert
This fixes commit cf366abd1bd50a33755734bbfb8c0e8a49a5480e and is a proper revert of cf366abd1bd50a33755734bbfb8c0e8a49a5480e and fad75a344cbaada57ae490c3e8f88cdd5b35dadc. Bug: https://gcc.gnu.org/PR112782 Bug: https://sourceware.org/PR13509 Closes: https://bugs.gentoo.org/921104 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/flag-o-matic.eclass7
1 files changed, 3 insertions, 4 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass
index 0c75fab185df..5ce7601fdde2 100644
--- a/eclass/flag-o-matic.eclass
+++ b/eclass/flag-o-matic.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: flag-o-matic.eclass
@@ -121,10 +121,9 @@ _setup-allowed-flags() {
'-mtls-dialect=*'
# MIPS errata
- -mfix-24k -mno-fix-24k -mfix-r4000 -mno-fix-r4000
- -mfix-r4400 -mno-fix-r4400 -mfix-r5900 -mno-fix-r5900
- -mfix-rm7000 -mno-fix-rm7000 -mfix-r9500 -mno-fix-r9500
+ -mfix-r4000 -mno-fix-r4000 -mfix-r4400 -mno-fix-r4400
-mfix-r10000 -mno-fix-r10000
+
'-mr10k-cache-barrier=*' -mthumb -marm
# needed for arm64 (and in particular SCS)