summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2010-07-01 02:51:43 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2010-07-01 02:51:43 +0200
commite1cdb029e276a002b8720224951ddb4702386367 (patch)
tree4d4213387dabb9c6bd9d82985b986ee4d8338076
parentd08135ea9d5b779eb61cb6ac3f485a5ef06874fa (diff)
Add missing --disable-werror configure options.
-rwxr-xr-xsummon-arm-toolchain3
1 files changed, 3 insertions, 0 deletions
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}"