summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2011-02-09 14:56:23 -0500
committerAnthony Green <green@moxielogic.com>2011-02-09 14:56:23 -0500
commit747d6c32d4abb07c10c3a1f93579c3929aaa2487 (patch)
tree6b4ace11a33808458c52c19f881ac0cdedb11a41 /configure
parenteab6e41cde382aa07de6c011d514a14c0d62eb47 (diff)
downloadlibffi-747d6c32d4abb07c10c3a1f93579c3929aaa2487.tar.gz
Add Interix support
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1025667..b30241f 100755
--- a/configure
+++ b/configure
@@ -12200,7 +12200,7 @@ case "$host" in
i?86-*-freebsd* | i?86-*-openbsd*)
TARGET=X86_FREEBSD; TARGETDIR=x86
;;
- i?86-win32* | i?86-*-cygwin* | i?86-*-mingw* | i?86-*-os2*)
+ i?86-win32* | i?86-*-cygwin* | i?86-*-mingw* | i?86-*-os2* | i?86-*-interix*)
TARGET=X86_WIN32; TARGETDIR=x86
# All mingw/cygwin/win32 builds require -no-undefined for sharedlib.
# We must also check with_cross_host to decide if this is a native