summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-03-14 21:16:16 +0100
committerMichał Górny <mgorny@gentoo.org>2017-03-23 20:23:18 +0100
commit23b2348491f0f875f0b7d057f46fc8a06a24e021 (patch)
tree91e68fcc6239ad454ae5f567b728d18c8a7989b4 /profiles/hardened/linux/musl
parentprofiles/desc: Initial values for CPU_FLAGS_ARM (diff)
downloadgentoo-23b2348491f0f875f0b7d057f46fc8a06a24e021.tar.gz
gentoo-23b2348491f0f875f0b7d057f46fc8a06a24e021.tar.bz2
gentoo-23b2348491f0f875f0b7d057f46fc8a06a24e021.zip
profiles: Add CPU_FLAGS_ARM to USE_EXPAND
Add it as hidden USE_EXPAND in top-level profiles, and unhide in specific arch profiles.
Diffstat (limited to 'profiles/hardened/linux/musl')
-rw-r--r--profiles/hardened/linux/musl/arm/make.defaults4
-rw-r--r--profiles/hardened/linux/musl/arm64/make.defaults4
2 files changed, 8 insertions, 0 deletions
diff --git a/profiles/hardened/linux/musl/arm/make.defaults b/profiles/hardened/linux/musl/arm/make.defaults
index 2d8979e47dc2..e0e4051efde6 100644
--- a/profiles/hardened/linux/musl/arm/make.defaults
+++ b/profiles/hardened/linux/musl/arm/make.defaults
@@ -17,3 +17,7 @@ DEFAULT_ABI="arm"
MULTILIB_ABIS="arm"
CHOST_arm="${CHOST}"
LIBDIR_arm="lib"
+
+# Michał Górny <mgorny@gentoo.org> (14 Mar 2017)
+# Unhide the ARM-specific USE_EXPANDs.
+USE_EXPAND_HIDDEN="-CPU_FLAGS_ARM"
diff --git a/profiles/hardened/linux/musl/arm64/make.defaults b/profiles/hardened/linux/musl/arm64/make.defaults
index 886f0423dccc..d9ba618fa184 100644
--- a/profiles/hardened/linux/musl/arm64/make.defaults
+++ b/profiles/hardened/linux/musl/arm64/make.defaults
@@ -17,3 +17,7 @@ DEFAULT_ABI="arm64"
MULTILIB_ABIS="arm64"
CHOST_arm64="${CHOST}"
LIBDIR_arm64="lib"
+
+# Michał Górny <mgorny@gentoo.org> (14 Mar 2017)
+# Unhide the ARM-specific USE_EXPANDs.
+USE_EXPAND_HIDDEN="-CPU_FLAGS_ARM"