profiles: CPU_FLAGS_X86 for uclibc and musl should reflect arch/amd64

This commit is contained in:
Anthony G. Basile
2015-08-31 13:45:04 -04:00
parent b42fec64b8
commit 36ff928926
2 changed files with 8 additions and 0 deletions

View File

@@ -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"

View File

@@ -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"