From 2bf6d5826ea97a781cf1e5647f9436ff554d833f Mon Sep 17 00:00:00 2001 From: Kevin Lange Date: Sun, 11 May 2014 23:30:00 -0700 Subject: [PATCH] Try unsetting CC --- toolchain/toolchain-build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/toolchain/toolchain-build.sh b/toolchain/toolchain-build.sh index 9c953638..f3b7e182 100755 --- a/toolchain/toolchain-build.sh +++ b/toolchain/toolchain-build.sh @@ -16,6 +16,8 @@ while test $# -gt 0; do esac done +unset CC + if [[ "$INSTALL_PACKAGES" == "true" ]] ; then echo "I am going to install some system packages. I will probably need you to provide a password."