Browse Source

set CONFIG_SHELL to unbreak x86_64 x32 build on a system without /bin/sh being /bin/bash

Waldemar Brodkorb 11 years ago
parent
commit
d0a5e67cd4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolchain/glibc/Makefile.inc

+ 1 - 1
toolchain/glibc/Makefile.inc

@@ -21,7 +21,7 @@ GLIBC_CONFOPTS:=	--build=$(GNU_HOST_NAME) \
 			--enable-kernel="2.6.32" \
 			--enable-add-ons
 GLIBC_ENV:=             PATH='${TARGET_PATH}' \
-			SHELL='${SHELL}' \
+			CONFIG_SHELL='$(strip ${SHELL})' \
                         BUILD_CC=${CC_FOR_BUILD} \
                         CFLAGS="$(TARGET_CFLAGS)" \
                         CC="${TARGET_CC}" \