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