From: R Veera Kumar Date: Sat, 11 Jun 2022 01:57:42 +0000 (+0530) Subject: Remove one configure option so to make warning as error X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=95e4fb465d0a4e6f652f115c353c3e942e70f77b;p=dev-env-setup.git Remove one configure option so to make warning as error --- diff --git a/binutils-gdb-install b/binutils-gdb-install index aedbddf..7e645f4 100755 --- a/binutils-gdb-install +++ b/binutils-gdb-install @@ -41,7 +41,7 @@ cd ../binutils-gdb-build AR=ar AS=as ../binutils-gdb/configure --prefix=/usr/local/binutils-gdb \ --host=${HOST} --target=powerpc64le-linux-gnu --disable-nls --enable-shared \ --enable-64-bit-bfd --disable-multilib --enable-ld=default --enable-gold=yes \ ---enable-plugins --enable-threads --disable-werror +--enable-plugins --enable-threads make -j$(nproc) # make check |& tee chk.log make install