mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
* configure.in: configure sim before gdb for win32-x-ppc
This commit is contained in:
@ -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>
|
Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
|
||||||
|
|
||||||
Move gperf into the toplevel, from libg++.
|
Move gperf into the toplevel, from libg++.
|
||||||
|
@ -402,7 +402,8 @@ case "${host}" in
|
|||||||
;;
|
;;
|
||||||
*-*-windows*)
|
*-*-windows*)
|
||||||
# This is only used to build WinGDB...
|
# 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=
|
target_configdirs=
|
||||||
;;
|
;;
|
||||||
ppc*-*-pe)
|
ppc*-*-pe)
|
||||||
|
Reference in New Issue
Block a user