commit:     89c6a4527100d8327d11ab32e5eb042d8b92af09
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 26 03:17:32 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Oct 26 03:17:32 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c6a452

profiles: quote some variables in hardened/linux/musl

 profiles/hardened/linux/musl/amd64/make.defaults       | 2 +-
 profiles/hardened/linux/musl/amd64/x32/make.defaults   | 2 +-
 profiles/hardened/linux/musl/mips/make.defaults        | 2 +-
 profiles/hardened/linux/musl/mips/mipsel/make.defaults | 2 +-
 profiles/hardened/linux/musl/ppc/make.defaults         | 2 +-
 profiles/hardened/linux/musl/x86/make.defaults         | 2 +-
 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 ee429b6..d178cea 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 cf5a092..41eab4e 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 04c30a6..eb625b9 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 f24306b..4245502 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 fb93ead..e644798 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 9007af3..4ee8308 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"
 

Reply via email to