Revert to overwriting CC in config.sh

This commit is contained in:
Jeremy Soller 2017-06-05 20:47:03 -06:00
parent f39ad70268
commit 8eda1c2e25

View File

@ -7,3 +7,4 @@ export TARGET=x86_64-unknown-redox
# Automatic variables
ROOT="$(cd `dirname "$0"` && pwd)"
REPO="$ROOT/repo/$TARGET"
export CC="$ROOT/libc-artifacts/gcc.sh"