* configure.in: Add support for an x86_64-mingw* target.
* configure: Regenerate.
This commit is contained in:
parent
c2f851116b
commit
80f6dcbc65
@ -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>
|
2007-01-04 Paolo Bonzini <bonzini@gnu.org>
|
||||||
|
|
||||||
* configure.in: Use DEV-PHASE to detect the default for --enable-werror.
|
* 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*)
|
i[[3456789]]86-*-go32* | i[[3456789]]86-*-msdosdjgpp*)
|
||||||
noconfigdirs="$noconfigdirs tcl tk expect dejagnu send-pr uudecode guile itcl gnuserv libffi"
|
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*)
|
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="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"
|
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"
|
target_configdirs="$target_configdirs target-winsup"
|
||||||
noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
|
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*)
|
*-*-cygwin*)
|
||||||
target_configdirs="$target_configdirs target-libtermcap target-winsup"
|
target_configdirs="$target_configdirs target-libtermcap target-winsup"
|
||||||
noconfigdirs="$noconfigdirs target-gperf target-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs target-gperf target-libgloss ${libgcj}"
|
||||||
@ -934,6 +941,8 @@ case "${host}" in
|
|||||||
;;
|
;;
|
||||||
*-mingw32*)
|
*-mingw32*)
|
||||||
;;
|
;;
|
||||||
|
*-mingw64*)
|
||||||
|
;;
|
||||||
*-interix*)
|
*-interix*)
|
||||||
host_makefile_frag="config/mh-interix"
|
host_makefile_frag="config/mh-interix"
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user