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.
1 parent 3477939 commit c843fe7Copy full SHA for c843fe7
src/ci/docker/dist-powerpc64-linux/build-powerpc64-toolchain.sh
@@ -23,7 +23,8 @@ pushd binutils-$TARGET
23
curl https://ftp.gnu.org/gnu/binutils/binutils-$BINUTILS.tar.bz2 | tar xjf -
24
mkdir binutils-build
25
cd binutils-build
26
-hide_output ../binutils-$BINUTILS/configure --target=$TARGET --prefix=$PREFIX --with-sysroot=$SYSROOT
+hide_output ../binutils-$BINUTILS/configure --target=$TARGET \
27
+ --prefix=$PREFIX --with-sysroot=$SYSROOT
28
hide_output make -j10
29
hide_output make install
30
popd
0 commit comments