aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@codesourcery.com>2006-07-23 03:50:24 +0000
committerDaniel Jacobowitz <drow@gcc.gnu.org>2006-07-23 03:50:24 +0000
commit2e9e6f68746fe18837764600755017652bd15a19 (patch)
treef2004ae62dd4837174d8c1045307a6ae72e44819 /configure.in
parentb361642ab550956a9bd29898e92408a71c500f6b (diff)
downloadgcc-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.in14
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* )