* configure.in: configure sim before gdb for win32-x-ppc

This commit is contained in:
Felix Lee 1997-06-25 22:20:22 +00:00
parent 10be59aa1e
commit e8f6afa32d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
* configure.in: configure sim before gdb for win32-x-ppc
Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
Move gperf into the toplevel, from libg++.

View File

@ -402,7 +402,8 @@ case "${host}" in
;;
*-*-windows*)
# This is only used to build WinGDB...
configdirs="bfd gdb libiberty opcodes readline sim"
# note that powerpc-eabi depends on sim configured before gdb.
configdirs="bfd libiberty opcodes readline sim gdb"
target_configdirs=
;;
ppc*-*-pe)