diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-07-23 03:47:44 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-07-23 03:47:44 +0000 |
commit | 66a79c16a65742d14f5991b596541276245d24ba (patch) | |
tree | 3020415912952d19d80126fc42633b27df09abb1 /configure.in | |
parent | bdccea594ed373625da4789e3f832cc4e7667b14 (diff) | |
download | gdb-66a79c16a65742d14f5991b596541276245d24ba.zip gdb-66a79c16a65742d14f5991b596541276245d24ba.tar.gz gdb-66a79c16a65742d14f5991b596541276245d24ba.tar.bz2 |
* configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
* configure: Regenerated.
gdb/
* config/i386/cygwin.mt (DEPRECATED_TM_FILE): Delete.
* config/i386/nm-cygwin.h: Add contents of tm-cygwin.h.
* config/i386/tm-cygwin.h: Delete file.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/configure.in b/configure.in index dd5d21d..48b3a33 100644 --- a/configure.in +++ b/configure.in @@ -617,13 +617,6 @@ case "${target}" in i[[3456789]]86-*-mingw32*) target_configdirs="$target_configdirs target-mingw" noconfigdirs="$noconfigdirs expect target-libgloss ${libgcj}" - - # Can't build gdb for mingw32 if not native. - case "${host}" in - i[[3456789]]86-*-mingw32) ;; # keep gdb tcl tk expect etc. - *) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl gnuserv" - ;; - esac ;; *-*-cygwin*) target_configdirs="$target_configdirs target-libtermcap target-winsup" @@ -634,13 +627,6 @@ case "${target}" in elif test -d "$srcdir/newlib"; then echo "Warning: winsup is missing so newlib can't be built." fi - - # Can't build gdb for Cygwin if not native. - case "${host}" in - *-*-cygwin*) ;; # keep gdb tcl tk expect etc. - *) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl libgui gnuserv" - ;; - esac ;; i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss* | \ i[[3456789]]86-*-uwin* | i[[3456789]]86-*-interix* ) |