* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/uclibc/amd64/, profiles/hardened/linux/musl/amd64/
@ 2015-08-31 17:42 Anthony G. Basile
0 siblings, 0 replies; only message in thread
From: Anthony G. Basile @ 2015-08-31 17:42 UTC (permalink / raw
To: gentoo-commits
commit: 36ff928926951d85c68c44362f91a85ee96a2c75
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 17:45:04 2015 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Aug 31 17:46:10 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36ff9289
profiles: CPU_FLAGS_X86 for uclibc and musl should reflect arch/amd64
profiles/default/linux/uclibc/amd64/make.defaults | 4 ++++
profiles/hardened/linux/musl/amd64/make.defaults | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/profiles/default/linux/uclibc/amd64/make.defaults b/profiles/default/linux/uclibc/amd64/make.defaults
index 94caf16..3e8b3eb 100644
--- a/profiles/default/linux/uclibc/amd64/make.defaults
+++ b/profiles/default/linux/uclibc/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"
diff --git a/profiles/hardened/linux/musl/amd64/make.defaults b/profiles/hardened/linux/musl/amd64/make.defaults
index 29634fd..ee429b6 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"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-08-31 17:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-31 17:42 [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/uclibc/amd64/, profiles/hardened/linux/musl/amd64/ Anthony G. Basile
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox