Commit 2e9e6f68 by Daniel Jacobowitz Committed by Daniel Jacobowitz

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
parent b361642a
2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
* configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
* configure: Regenerated.
2006-07-18 Paolo Bonzini <bonzini@gnu.org> 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
......
...@@ -617,13 +617,6 @@ case "${target}" in ...@@ -617,13 +617,6 @@ case "${target}" in
i[[3456789]]86-*-mingw32*) i[[3456789]]86-*-mingw32*)
target_configdirs="$target_configdirs target-mingw" target_configdirs="$target_configdirs target-mingw"
noconfigdirs="$noconfigdirs expect target-libgloss ${libgcj}" 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*) *-*-cygwin*)
target_configdirs="$target_configdirs target-libtermcap target-winsup" target_configdirs="$target_configdirs target-libtermcap target-winsup"
...@@ -634,13 +627,6 @@ case "${target}" in ...@@ -634,13 +627,6 @@ case "${target}" in
elif test -d "$srcdir/newlib"; then elif test -d "$srcdir/newlib"; then
echo "Warning: winsup is missing so newlib can't be built." echo "Warning: winsup is missing so newlib can't be built."
fi 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-moss-msdos | i[[3456789]]86-*-moss* | \
i[[3456789]]86-*-uwin* | i[[3456789]]86-*-interix* ) i[[3456789]]86-*-uwin* | i[[3456789]]86-*-interix* )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment