mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-20 09:24:11 -05:00
reorder gdb configuration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user