[patch]: Fix native bootstrap failure for x86_64-pc-mingw32
* configure.ac: x86_64 mingw target uses twoprocess. * mkfixinc.sh: Add x86_64 mingw target. * configure: Regenerate. From-SVN: r129260
This commit is contained in:
parent
9d23b02ded
commit
a2085738a9
4 changed files with 2934 additions and 2487 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-10-12 Kai Tietz <kai.tietz@onevision.com>
|
||||
|
||||
* configure.ac: x86_64 mingw target uses twoprocess.
|
||||
* mkfixinc.sh: Add x86_64 mingw target.
|
||||
* configure: Regenerate.
|
||||
|
||||
2007-10-09 Geoffrey Keating <geoffk@apple.com>
|
||||
|
||||
* inclhack.def (darwin_externc): New.
|
||||
|
|
5413
fixincludes/configure
vendored
5413
fixincludes/configure
vendored
File diff suppressed because it is too large
Load diff
|
@ -49,6 +49,7 @@ fi],
|
|||
[case $host in
|
||||
i?86-*-msdosdjgpp* | \
|
||||
i?86-*-mingw32* | \
|
||||
x86_64-*-mingw32* | \
|
||||
*-*-beos* )
|
||||
TARGET=twoprocess
|
||||
;;
|
||||
|
|
|
@ -21,6 +21,7 @@ case $machine in
|
|||
i?86-*-pe | \
|
||||
i?86-*-cygwin* | \
|
||||
i?86-*-mingw32* | \
|
||||
x86_64-*-mingw32* | \
|
||||
i?86-*-uwin* | \
|
||||
i?86-*-interix* | \
|
||||
*-*-vxworks* | \
|
||||
|
|
Loading…
Add table
Reference in a new issue