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."