diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-01-21 12:08:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-01-21 12:14:17 +0100 |
commit | 267311c4f6c04a0144eb4dcbc47115f245dd9917 (patch) | |
tree | 37cd045c61e8ae7b462b02b8ad50fdc5d9bad42c /profiles/hardened | |
parent | net-analyzer/nmap: Stable for HPPA (bug #604494). (diff) | |
download | gentoo-267311c4f6c04a0144eb4dcbc47115f245dd9917.tar.gz gentoo-267311c4f6c04a0144eb4dcbc47115f245dd9917.tar.bz2 gentoo-267311c4f6c04a0144eb4dcbc47115f245dd9917.zip |
profiles: Second part of use.* cleanup
Clean up -foo flags from use.* as well.
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/linux/musl/amd64/use.mask | 11 | ||||
-rw-r--r-- | profiles/hardened/linux/musl/x86/use.mask | 11 |
2 files changed, 2 insertions, 20 deletions
diff --git a/profiles/hardened/linux/musl/amd64/use.mask b/profiles/hardened/linux/musl/amd64/use.mask index 69af217624cb..d3b0bff1b107 100644 --- a/profiles/hardened/linux/musl/amd64/use.mask +++ b/profiles/hardened/linux/musl/amd64/use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,16 +7,7 @@ -abi_x86_64 # unmask all SIMD assembler flags --mmx --mmxext --sse --sse2 --sse3 --sse4 --sse4a --ssse3 -3dnow --3dnowext -cpu_flags_x86_3dnow -cpu_flags_x86_3dnowext -cpu_flags_x86_aes diff --git a/profiles/hardened/linux/musl/x86/use.mask b/profiles/hardened/linux/musl/x86/use.mask index 91cbef719eb8..24cc638150b4 100644 --- a/profiles/hardened/linux/musl/x86/use.mask +++ b/profiles/hardened/linux/musl/x86/use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation. +# Copyright 1999-2017 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 # $Id$ @@ -7,16 +7,7 @@ -abi_x86_32 # unmask all SIMD assembler flags --mmx --mmxext --sse --sse2 --sse3 --sse4 --sse4a --ssse3 -3dnow --3dnowext -cpu_flags_x86_3dnow -cpu_flags_x86_3dnowext -cpu_flags_x86_aes |