mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-04 16:24:57 -05:00
reorder gdb configuration
This commit is contained in:
parent
3357aee4b2
commit
a3eb13b02b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user