This uses spaces everywhere instead of mixing spaces and tabs. In addition it also fix a line over 80 characters.
This should contain no functional changes. Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]> --- build-toolchain | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/build-toolchain b/build-toolchain index 727bd81b..cd4a4996 100755 --- a/build-toolchain +++ b/build-toolchain @@ -39,10 +39,10 @@ cd $BASEDIR mkdir -p $BASEDIR/toolchain/gcc/arm/arm-linux-androideabi/build/binutils cd $BASEDIR/toolchain/gcc/arm/arm-linux-androideabi/build/binutils ./../../../../../src/binutils/binutils-2.25/configure \ - --prefix=$BASEDIR/toolchain/gcc/arm/arm-linux-androideabi/install \ - --target=arm-linux-androideabi \ - --enable-gold=default \ - --enable-plugins + --prefix=$BASEDIR/toolchain/gcc/arm/arm-linux-androideabi/install \ + --target=arm-linux-androideabi \ + --enable-gold=default \ + --enable-plugins make -j $(nproc) make install @@ -144,7 +144,8 @@ ln -s "$BFD_LD" ld.bfd cd $BASEDIR -# an empty Android.mk is needed (Android.mk in jack and jill repo should be ignored) +# an empty Android.mk is needed (Android.mk in jack and jill repo should be +# ignored) touch toolchain/src/Android.mk # clang needs this header as a system header -- 2.32.0 _______________________________________________ Replicant mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/replicant
