diff options
author | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-08-06 12:36:26 +0000 |
---|---|---|
committer | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-08-06 12:36:26 +0000 |
commit | eb37efb3d3b023b55107ab09d5310ca99417f2db (patch) | |
tree | 02af6ec2048061606bff1bfc6d433e5b59af24a1 /libffi/configure.ac | |
parent | 9e338d61be8585118f9d8da7f9db054f237a7f69 (diff) | |
download | gcc-eb37efb3d3b023b55107ab09d5310ca99417f2db.tar.gz |
Add OS/2 Support
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162946 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/configure.ac')
-rw-r--r-- | libffi/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/configure.ac b/libffi/configure.ac index 61e746068dd..64e80e2e7f7 100644 --- a/libffi/configure.ac +++ b/libffi/configure.ac @@ -80,7 +80,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-win32* | i?86-*-cygwin* | i?86-*-mingw* | i?86-*-os2*) TARGET=X86_WIN32; TARGETDIR=x86 # All mingw/cygwin/win32 builds require this for sharedlib AM_LTLDFLAGS="-no-undefined" |