diff --git a/.cargo/config b/.cargo/config index 2b36cbab..9eae28d0 100644 --- a/.cargo/config +++ b/.cargo/config @@ -1,2 +1,2 @@ [target.x86_64-unknown-redox] -linker = "libc-artifacts/gcc.sh" +linker = "x86_64-elf-redox-gcc" diff --git a/config.sh b/config.sh index 4272ccc7..09d8ae33 100755 --- a/config.sh +++ b/config.sh @@ -7,4 +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" +export CC="x86_64-elf-redox-gcc"