disable warnings as errors

This commit is contained in:
Dave Murphy 2011-01-20 10:35:02 +00:00
parent 2ab35739df
commit 9470aae8f3

View File

@ -29,6 +29,7 @@ then
CFLAGS=$cflags LDFLAGS=$ldflags ../../$BINUTILS_SRCDIR/configure \
--prefix=$prefix --target=$target --disable-nls --disable-shared --disable-debug \
--with-gcc --with-gnu-as --with-gnu-ld --disable-dependency-tracking \
--disable-werror \
|| { echo "Error configuing ppc binutils"; exit 1; }
touch configured-binutils
fi
@ -59,6 +60,7 @@ then
CFLAGS=$cflags LDFLAGS=$ldflags ../../$BINUTILS_SRCDIR/configure \
--prefix=$prefix --target=mn10200 --disable-nls --disable-shared --disable-debug \
--disable-dependency-tracking --with-gcc --with-gnu-as --with-gnu-ld \
--disable-werror \
|| { echo "Error configuing mn10200 binutils"; exit 1; }
touch configured-binutils
fi