From 8eda1c2e2565d315ae8b8e3961fc38027cfa0ae0 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Mon, 5 Jun 2017 20:47:03 -0600 Subject: [PATCH] Revert to overwriting CC in config.sh --- config.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/config.sh b/config.sh index 4d3de73a6..4272ccc70 100755 --- a/config.sh +++ b/config.sh @@ -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" -- GitLab