diff options
author | 2023-10-21 18:32:38 +0100 | |
---|---|---|
committer | 2023-10-21 18:32:43 +0100 | |
commit | b81724af911b1c7f0473cd850ab29c74733c5f30 (patch) | |
tree | a946b512a1774515ede93309186da24ba0d550f9 /eclass/flag-o-matic.eclass | |
parent | flag-o-matic.eclass: add '-mharden-sls=*' (diff) | |
download | gentoo-b81724af911b1c7f0473cd850ab29c74733c5f30.tar.gz gentoo-b81724af911b1c7f0473cd850ab29c74733c5f30.tar.bz2 gentoo-b81724af911b1c7f0473cd850ab29c74733c5f30.zip |
flag-o-matic.eclass: add '-mfpmath=*'
We set this for x86 multilib profiles.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/flag-o-matic.eclass')
-rw-r--r-- | eclass/flag-o-matic.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass index d7c1fce4b208..382573b80679 100644 --- a/eclass/flag-o-matic.eclass +++ b/eclass/flag-o-matic.eclass @@ -47,7 +47,7 @@ setup-allowed-flags() { # Note: shell globs and character lists are allowed _setup-allowed-flags() { ALLOWED_FLAGS=( - -pipe -O '-O[123szg]' '-mcpu=*' '-march=*' '-mtune=*' + -pipe -O '-O[123szg]' '-mcpu=*' '-march=*' '-mtune=*' '-mfpmath=*' -flto '-flto=*' -fno-lto # Hardening flags |