From e1cdb029e276a002b8720224951ddb4702386367 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 1 Jul 2010 02:51:43 +0200 Subject: [PATCH] Add missing --disable-werror configure options. --- summon-arm-toolchain | 3 +++ 1 file changed, 3 insertions(+) diff --git a/summon-arm-toolchain b/summon-arm-toolchain index fd49ee9..892c687 100755 --- a/summon-arm-toolchain +++ b/summon-arm-toolchain @@ -165,6 +165,7 @@ if [ ! -e .${GCC}-boot.build ]; then --with-gnu-as \ --with-gnu-ld \ --disable-nls \ + --disable-werror \ ${GCCFLAGS} || exit echo "******************************************************************" echo "* Building ${GCC}-boot" @@ -198,6 +199,7 @@ if [ ! -e .${NEWLIB}.build ]; then --with-gnu-as \ --with-gnu-ld \ --disable-nls \ + --disable-werror \ --disable-newlib-supplied-syscalls || exit echo "******************************************************************" echo "* Building ${NEWLIB}" @@ -235,6 +237,7 @@ if [ ! -e .${GCC}.build ]; then --with-gnu-as \ --with-gnu-ld \ --disable-nls \ + --disable-werror \ ${GCCFLAGS} || exit echo "******************************************************************" echo "* Building ${GCC}" -- 2.30.2