From d3e7b04c71b033554413956b1c787fe6e1809eef Mon Sep 17 00:00:00 2001 From: drow Date: Sun, 23 Jul 2006 03:50:24 +0000 Subject: * 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 --- configure.in | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'configure.in') 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* ) -- cgit v1.2.1