We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cc58e2 + fa02a3b commit 5402fadCopy full SHA for 5402fad
ports/gcc.sh
@@ -7,7 +7,7 @@ GIT=https://github.com/redox-os/gcc.git
7
GIT_BRANCH=redox
8
DIR=gcc
9
10
-CONFIGURE_ARGS="--host=${HOST} --target=${HOST} --prefix=/usr --enable-static --disable-shared --disable-dlopen --disable-nls --enable-languages=c --without-headers"
+CONFIGURE_ARGS="--host=${HOST} --target=${HOST} --prefix=/usr --enable-static --disable-shared --disable-dlopen --disable-nls --enable-languages=c --without-headers --with-ld=/usr/bin/ld"
11
BUILD_ARGS="all-gcc all-target-libgcc"
12
13
case $1 in
0 commit comments