From 95e4fb465d0a4e6f652f115c353c3e942e70f77b Mon Sep 17 00:00:00 2001 From: R Veera Kumar Date: Sat, 11 Jun 2022 07:27:42 +0530 Subject: [PATCH] Remove one configure option so to make warning as error --- binutils-gdb-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2