Skip to content

Commit

Permalink
flag-o-matic.eclass: fix botched MIPS revert
Browse files Browse the repository at this point in the history
This fixes commit cf366ab and is a proper
revert of cf366ab and fad75a3.

Bug: https://gcc.gnu.org/PR112782
Bug: https://sourceware.org/PR13509
Closes: https://bugs.gentoo.org/921104
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Feb 12, 2024
1 parent d82d159 commit 61cb1e7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions eclass/flag-o-matic.eclass
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 61cb1e7

Please sign in to comment.