Skip to content

Commit c843fe7

Browse files
committed
Wrap a long configure line
1 parent 3477939 commit c843fe7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ci/docker/dist-powerpc64-linux/build-powerpc64-toolchain.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ pushd binutils-$TARGET
2323
curl https://ftp.gnu.org/gnu/binutils/binutils-$BINUTILS.tar.bz2 | tar xjf -
2424
mkdir binutils-build
2525
cd binutils-build
26-
hide_output ../binutils-$BINUTILS/configure --target=$TARGET --prefix=$PREFIX --with-sysroot=$SYSROOT
26+
hide_output ../binutils-$BINUTILS/configure --target=$TARGET \
27+
--prefix=$PREFIX --with-sysroot=$SYSROOT
2728
hide_output make -j10
2829
hide_output make install
2930
popd

0 commit comments

Comments
 (0)