diff options
Diffstat (limited to 'profiles/hardened/linux/musl/arm64/make.defaults')
-rw-r--r-- | profiles/hardened/linux/musl/arm64/make.defaults | 4 |
1 files changed, 4 insertions, 0 deletions
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" |