disable -Werror for gdb (temp fix for gcc 4.3.0)

This commit is contained in:
Dave Murphy
2008-05-10 23:45:31 +00:00
parent 1b836814b4
commit 03de05c2f6
3 changed files with 3 additions and 3 deletions

View File

@@ -165,7 +165,7 @@ cd $target/gdb
if [ ! -f configured-gdb ]
then
../../$GDB_SRCDIR/configure \
--disable-nls --prefix=$prefix --target=$target \
--disable-nls --prefix=$prefix --target=$target --disable-werror \
|| { echo "Error configuring gdb"; exit 1; }
touch configured-gdb
fi