projects
/
platform
/
upstream
/
libffi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e3935f
)
Capture x86-windows host like x86_64-windows (#529)
author
Michael Haubenwallner
<michael.haubenwallner@ssi-schaefer.com>
Fri, 22 Nov 2019 19:17:58 +0000
(20:17 +0100)
committer
Anthony Green
<green@moxielogic.com>
Fri, 22 Nov 2019 19:17:58 +0000
(14:17 -0500)
configure.host
patch
|
blob
|
history
diff --git
a/configure.host
b/configure.host
index d9850d450636d07e4f2ef4060434ee723a28946e..9a72cda87e9c1ebd4de7b5cb59bec132d9af1808 100644
(file)
--- a/
configure.host
+++ b/
configure.host
@@
-74,7
+74,7
@@
case "${host}" in
TARGET=X86_FREEBSD; TARGETDIR=x86
;;
- i?86-*-cygwin* | i?86-*-mingw* | i?86-*-os2* | i?86-*-interix* \
+ i?86-*-cygwin* | i?86-*-mingw* | i?86-*-
win* | i?86-*-
os2* | i?86-*-interix* \
| x86_64-*-cygwin* | x86_64-*-mingw* | x86_64-*-win* )
TARGETDIR=x86
if test $ac_cv_sizeof_size_t = 4; then