* configure.in: Add support for an x86_64-mingw* target.
* configure: Regenerate.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | ||||
| 2007-01-08  Kai Tietz	<kai.tietz@onevision.com> | ||||
|  | ||||
| 	* configure.in: Add support for an x86_64-mingw* target. | ||||
|  | ||||
| 2007-01-04  Paolo Bonzini  <bonzini@gnu.org> | ||||
|  | ||||
| 	* configure.in: Use DEV-PHASE to detect the default for --enable-werror. | ||||
|   | ||||
| @@ -278,6 +278,9 @@ case "${host}" in | ||||
|   i[[3456789]]86-*-go32* | i[[3456789]]86-*-msdosdjgpp*) | ||||
|     noconfigdirs="$noconfigdirs tcl tk expect dejagnu send-pr uudecode guile itcl gnuserv libffi" | ||||
|     ;; | ||||
|   x86_64-*-mingw*) | ||||
|     noconfigdirs="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib" | ||||
|     ;; | ||||
|   i[[3456789]]86-*-mingw32*) | ||||
|     # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl itcl gnuserv" | ||||
|     noconfigdirs="$noconfigdirs expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool newlib" | ||||
| @@ -619,6 +622,10 @@ case "${target}" in | ||||
|     target_configdirs="$target_configdirs target-winsup" | ||||
|     noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}" | ||||
|     ;;     | ||||
|   x86_64-*-mingw*) | ||||
|     target_configdirs="$target_configdirs target-winsup" | ||||
|     noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}" | ||||
|     ;;     | ||||
|   *-*-cygwin*) | ||||
|     target_configdirs="$target_configdirs target-libtermcap target-winsup" | ||||
|     noconfigdirs="$noconfigdirs target-gperf target-libgloss ${libgcj}" | ||||
| @@ -934,6 +941,8 @@ case "${host}" in | ||||
|     ;; | ||||
|   *-mingw32*) | ||||
|     ;; | ||||
|   *-mingw64*) | ||||
|     ;; | ||||
|   *-interix*) | ||||
|     host_makefile_frag="config/mh-interix" | ||||
|     ;; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user