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