summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-08-31 13:45:04 -0400
committerAnthony G. Basile <blueness@gentoo.org>2015-08-31 13:46:10 -0400
commit36ff928926951d85c68c44362f91a85ee96a2c75 (patch)
tree035086f0036f19fd242b5f7b3f0eeed0bd0cb07f /profiles/hardened
parentwww-client/links: Regenerate Manifest file. (diff)
downloadgentoo-36ff928926951d85c68c44362f91a85ee96a2c75.tar.gz
gentoo-36ff928926951d85c68c44362f91a85ee96a2c75.tar.bz2
gentoo-36ff928926951d85c68c44362f91a85ee96a2c75.zip
profiles: CPU_FLAGS_X86 for uclibc and musl should reflect arch/amd64
Diffstat (limited to 'profiles/hardened')
-rw-r--r--profiles/hardened/linux/musl/amd64/make.defaults4
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/hardened/linux/musl/amd64/make.defaults b/profiles/hardened/linux/musl/amd64/make.defaults
index 29634fdb7bfe..ee429b6bfd5a 100644
--- a/profiles/hardened/linux/musl/amd64/make.defaults
+++ b/profiles/hardened/linux/musl/amd64/make.defaults
@@ -20,6 +20,10 @@ CHOST_amd64=${CHOST}
LIBDIR_amd64="lib"
IUSE_IMPLICIT="abi_x86_64"
+# Anthony G. Basile <blueness@gentoo.org> (31 Aug 2015)
+# Relect these flags from arch/amd64 which we don't inherit
+CPU_FLAGS_X86="mmx mmxext sse sse2"
+
# Anthony G. Basile <blueness@gentoo.org> (26 Jan 2013)
# Unhide the CPU_FLAGS_X86 USE_EXPANDs.
USE_EXPAND_HIDDEN="-CPU_FLAGS_X86"