diff options
author | Daniel Jacobowitz <dan@codesourcery.com> | 2006-07-23 03:50:24 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@gcc.gnu.org> | 2006-07-23 03:50:24 +0000 |
commit | 2e9e6f68746fe18837764600755017652bd15a19 (patch) | |
tree | f2004ae62dd4837174d8c1045307a6ae72e44819 /configure.in | |
parent | b361642ab550956a9bd29898e92408a71c500f6b (diff) | |
download | gcc-2e9e6f68746fe18837764600755017652bd15a19.zip gcc-2e9e6f68746fe18837764600755017652bd15a19.tar.gz gcc-2e9e6f68746fe18837764600755017652bd15a19.tar.bz2 |
configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
* configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
* configure: Regenerated.
From-SVN: r115684
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 a67a0a2..0c83351 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* ) |