reorder gdb configuration

This commit is contained in:
Dave Murphy 2007-08-07 16:55:23 +00:00
parent 3357aee4b2
commit a3eb13b02b

View File

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