[Replicant] [vendor_replicant] [PATCH 1/2] build-toolchain: cosmetic fixes

Fil Lupin fillupin at protonmail.com
Thu Aug 5 15:00:53 UTC 2021


Hi,
it's indeed only cosmetic, and I didn't saw any typo :)
Thanks for the work Denis,

- Fil Lupin.

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐

On Thursday, August 5th, 2021 at 1:45 PM, Denis 'GNUtoo' Carikli via Replicant <replicant at osuosl.org> wrote:

> 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 GNUtoo at cyberdimension.org
>
> 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
>
> Replicant at osuosl.org
>
> https://lists.osuosl.org/mailman/listinfo/replicant


More information about the Replicant mailing list