diff options
author | drow <drow@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-07-23 03:50:24 +0000 |
---|---|---|
committer | drow <drow@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-07-23 03:50:24 +0000 |
commit | d3e7b04c71b033554413956b1c787fe6e1809eef (patch) | |
tree | f2004ae62dd4837174d8c1045307a6ae72e44819 /configure.in | |
parent | ef0087281cc3b9cbd227ede036b88d893b1243bc (diff) | |
download | gcc-d3e7b04c71b033554413956b1c787fe6e1809eef.tar.gz |
* configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115684 138bc75d-0d04-0410-961f-82ee72b054a4
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 a67a0a2bc90..0c83351863c 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* ) |