* configure.in: configure sim before gdb for win32-x-ppc
authorFelix Lee <flee@cygnus>
Wed, 25 Jun 1997 22:20:22 +0000 (22:20 +0000)
committerFelix Lee <flee@cygnus>
Wed, 25 Jun 1997 22:20:22 +0000 (22:20 +0000)
ChangeLog
configure.in

index 50f09fa..150f7b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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++.
index 8800167..8d8888b 100644 (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)