mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-04 16:18:18 +00:00
* configure.in: configure sim before gdb for win32-x-ppc
This commit is contained in:
parent
10be59aa1e
commit
e8f6afa32d
@ -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++.
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user