We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e632b commit b1a823bCopy full SHA for b1a823b
build-kvx-xgcc.sh
@@ -53,7 +53,7 @@ git_clone https://github.com/kalray/gcc.git "${SHA1_GCC}" coolidge
53
54
mkdir -p build-binutils
55
pushd build-binutils
56
-../binutils/configure \
+$PWD/../binutils/configure \
57
--prefix="$PREFIX" \
58
--target="$TARGET" \
59
--disable-initfini-array \
@@ -80,7 +80,7 @@ popd
80
81
mkdir -p build-gcc
82
pushd build-gcc
83
-../gcc/configure \
+$PWD/../gcc/configure \
84
85
86
--with-gnu-as \
@@ -105,7 +105,7 @@ popd
105
106
mkdir -p build-newlib
107
pushd build-newlib
108
-../newlib/configure \
+$PWD/../newlib/configure \
109
110
111
--enable-multilib \
0 commit comments