Skip to content

Commit

Permalink
Wrap a long configure line
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Mar 7, 2019
1 parent 3477939 commit c843fe7
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -23,7 +23,8 @@ pushd binutils-$TARGET
curl https://ftp.gnu.org/gnu/binutils/binutils-$BINUTILS.tar.bz2 | tar xjf -
mkdir binutils-build
cd binutils-build
hide_output ../binutils-$BINUTILS/configure --target=$TARGET --prefix=$PREFIX --with-sysroot=$SYSROOT
hide_output ../binutils-$BINUTILS/configure --target=$TARGET \
--prefix=$PREFIX --with-sysroot=$SYSROOT
hide_output make -j10
hide_output make install
popd
Expand Down

0 comments on commit c843fe7

Please sign in to comment.