summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/hardened/linux/musl/amd64/x32/make.defaults')
-rw-r--r--profiles/hardened/linux/musl/amd64/x32/make.defaults2
1 files changed, 1 insertions, 1 deletions
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"