Skip to content
Snippets Groups Projects
Commit 8eda1c2e authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Revert to overwriting CC in config.sh

parent f39ad702
No related branches found
No related tags found
No related merge requests found
...@@ -7,3 +7,4 @@ export TARGET=x86_64-unknown-redox ...@@ -7,3 +7,4 @@ export TARGET=x86_64-unknown-redox
# Automatic variables # Automatic variables
ROOT="$(cd `dirname "$0"` && pwd)" ROOT="$(cd `dirname "$0"` && pwd)"
REPO="$ROOT/repo/$TARGET" REPO="$ROOT/repo/$TARGET"
export CC="$ROOT/libc-artifacts/gcc.sh"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment