summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiles')
-rw-r--r--profiles/hardened/linux/musl/amd64/make.defaults2
-rw-r--r--profiles/hardened/linux/musl/amd64/x32/make.defaults2
-rw-r--r--profiles/hardened/linux/musl/mips/make.defaults2
-rw-r--r--profiles/hardened/linux/musl/mips/mipsel/make.defaults2
-rw-r--r--profiles/hardened/linux/musl/ppc/make.defaults2
-rw-r--r--profiles/hardened/linux/musl/x86/make.defaults2
6 files changed, 6 insertions, 6 deletions
diff --git a/profiles/hardened/linux/musl/amd64/make.defaults b/profiles/hardened/linux/musl/amd64/make.defaults
index ee429b6bfd5a..d178ceab3765 100644
--- a/profiles/hardened/linux/musl/amd64/make.defaults
+++ b/profiles/hardened/linux/musl/amd64/make.defaults
@@ -16,7 +16,7 @@ FCFLAGS="${CFLAGS}"
ABI="amd64"
DEFAULT_ABI="amd64"
MULTILIB_ABIS="amd64"
-CHOST_amd64=${CHOST}
+CHOST_amd64="${CHOST}"
LIBDIR_amd64="lib"
IUSE_IMPLICIT="abi_x86_64"
diff --git a/profiles/hardened/linux/musl/amd64/x32/make.defaults b/profiles/hardened/linux/musl/amd64/x32/make.defaults
index cf5a09254092..41eab4ef9c4f 100644
--- a/profiles/hardened/linux/musl/amd64/x32/make.defaults
+++ b/profiles/hardened/linux/musl/amd64/x32/make.defaults
@@ -9,6 +9,6 @@ CHOST="x86_64-gentoo-linux-muslx32"
ABI="x32"
DEFAULT_ABI="x32"
MULTILIB_ABIS="x32"
-CHOST_x32=${CHOST}
+CHOST_x32="${CHOST}"
LIBDIR_x32="lib"
IUSE_IMPLICIT="abi_x86_x32"
diff --git a/profiles/hardened/linux/musl/mips/make.defaults b/profiles/hardened/linux/musl/mips/make.defaults
index 04c30a65e93d..eb625b931268 100644
--- a/profiles/hardened/linux/musl/mips/make.defaults
+++ b/profiles/hardened/linux/musl/mips/make.defaults
@@ -16,6 +16,6 @@ FCFLAGS="${CFLAGS}"
ABI="o32"
DEFAULT_ABI="o32"
MULTILIB_ABIS="o32"
-CHOST_o32=${CHOST}
+CHOST_o32="${CHOST}"
LIBDIR_o32="lib"
IUSE_IMPLICIT="abi_mips_o32"
diff --git a/profiles/hardened/linux/musl/mips/mipsel/make.defaults b/profiles/hardened/linux/musl/mips/mipsel/make.defaults
index f24306b9244a..42455023951c 100644
--- a/profiles/hardened/linux/musl/mips/mipsel/make.defaults
+++ b/profiles/hardened/linux/musl/mips/mipsel/make.defaults
@@ -3,7 +3,7 @@
# $Id$
CHOST="mipsel-gentoo-linux-musl"
-CHOST_o32=${CHOST}
+CHOST_o32="${CHOST}"
# Disable sandbox because its currently broken on mipsel-musl
FEATURES="-sandbox"
diff --git a/profiles/hardened/linux/musl/ppc/make.defaults b/profiles/hardened/linux/musl/ppc/make.defaults
index fb93eadb01b7..e64479841140 100644
--- a/profiles/hardened/linux/musl/ppc/make.defaults
+++ b/profiles/hardened/linux/musl/ppc/make.defaults
@@ -14,6 +14,6 @@ FCFLAGS="${CFLAGS}"
ABI="ppc"
DEFAULT_ABI="ppc"
MULTILIB_ABIS="ppc"
-CHOST_ppc=${CHOST}
+CHOST_ppc="${CHOST}"
LIBDIR_ppc="lib"
IUSE_IMPLICIT="abi_ppc_32"
diff --git a/profiles/hardened/linux/musl/x86/make.defaults b/profiles/hardened/linux/musl/x86/make.defaults
index 9007af355c6d..4ee83085aad7 100644
--- a/profiles/hardened/linux/musl/x86/make.defaults
+++ b/profiles/hardened/linux/musl/x86/make.defaults
@@ -16,7 +16,7 @@ FCFLAGS="${CFLAGS}"
ABI="x86"
DEFAULT_ABI="x86"
MULTILIB_ABIS="x86"
-CHOST_x86=${CHOST}
+CHOST_x86="${CHOST}"
LIBDIR_x86="lib"
IUSE_IMPLICIT="abi_x86_32"