diff options
author | Felix Lee <flee@cygnus> | 1997-06-25 22:20:22 +0000 |
---|---|---|
committer | Felix Lee <flee@cygnus> | 1997-06-25 22:20:22 +0000 |
commit | e8f6afa32ddf5b81ce5977dc9244c11163ae48c8 (patch) | |
tree | 647fd6a97bef15dada9af9ef28b7f18f93223207 /configure.in | |
parent | 10be59aa1e4a3521c3cb21432b6a6c895bdc757c (diff) | |
download | gdb-e8f6afa32ddf5b81ce5977dc9244c11163ae48c8.zip gdb-e8f6afa32ddf5b81ce5977dc9244c11163ae48c8.tar.gz gdb-e8f6afa32ddf5b81ce5977dc9244c11163ae48c8.tar.bz2 |
* configure.in: configure sim before gdb for win32-x-ppc
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 8800167..8d8888b 100644 --- a/configure.in +++ b/configure.in @@ -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) |