Add missing --disable-werror configure options.
authorUwe Hermann <uwe@hermann-uwe.de>
Thu, 1 Jul 2010 00:51:43 +0000 (02:51 +0200)
committerUwe Hermann <uwe@hermann-uwe.de>
Thu, 1 Jul 2010 00:51:43 +0000 (02:51 +0200)
summon-arm-toolchain

index fd49ee9ba252d8cc9ab9a7fe9f0eba96fd2b168d..892c687563be7fa940c1dc193a836e79495cb1ae 100755 (executable)
@@ -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}"