Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/uclibc/amd64/, profiles/hardened/linux/musl/amd64/
Date: Mon, 31 Aug 2015 17:42:16
Message-Id: 1441043170.36ff928926951d85c68c44362f91a85ee96a2c75.blueness@gentoo
1 commit: 36ff928926951d85c68c44362f91a85ee96a2c75
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 17:45:04 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 17:46:10 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36ff9289
7
8 profiles: CPU_FLAGS_X86 for uclibc and musl should reflect arch/amd64
9
10 profiles/default/linux/uclibc/amd64/make.defaults | 4 ++++
11 profiles/hardened/linux/musl/amd64/make.defaults | 4 ++++
12 2 files changed, 8 insertions(+)
13
14 diff --git a/profiles/default/linux/uclibc/amd64/make.defaults b/profiles/default/linux/uclibc/amd64/make.defaults
15 index 94caf16..3e8b3eb 100644
16 --- a/profiles/default/linux/uclibc/amd64/make.defaults
17 +++ b/profiles/default/linux/uclibc/amd64/make.defaults
18 @@ -20,6 +20,10 @@ CHOST_amd64=${CHOST}
19 LIBDIR_amd64="lib"
20 IUSE_IMPLICIT="abi_x86_64"
21
22 +# Anthony G. Basile <blueness@g.o> (31 Aug 2015)
23 +# Relect these flags from arch/amd64 which we don't inherit
24 +CPU_FLAGS_X86="mmx mmxext sse sse2"
25 +
26 # Anthony G. Basile <blueness@g.o> (26 Jan 2013)
27 # Unhide the CPU_FLAGS_X86 USE_EXPANDs.
28 USE_EXPAND_HIDDEN="-CPU_FLAGS_X86"
29
30 diff --git a/profiles/hardened/linux/musl/amd64/make.defaults b/profiles/hardened/linux/musl/amd64/make.defaults
31 index 29634fd..ee429b6 100644
32 --- a/profiles/hardened/linux/musl/amd64/make.defaults
33 +++ b/profiles/hardened/linux/musl/amd64/make.defaults
34 @@ -20,6 +20,10 @@ CHOST_amd64=${CHOST}
35 LIBDIR_amd64="lib"
36 IUSE_IMPLICIT="abi_x86_64"
37
38 +# Anthony G. Basile <blueness@g.o> (31 Aug 2015)
39 +# Relect these flags from arch/amd64 which we don't inherit
40 +CPU_FLAGS_X86="mmx mmxext sse sse2"
41 +
42 # Anthony G. Basile <blueness@g.o> (26 Jan 2013)
43 # Unhide the CPU_FLAGS_X86 USE_EXPANDs.
44 USE_EXPAND_HIDDEN="-CPU_FLAGS_X86"