summaryrefslogtreecommitdiffstats
path: root/libffi/configure.ac
diff options
context:
space:
mode:
authoraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>2009-06-16 16:14:54 +0000
committeraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>2009-06-16 16:14:54 +0000
commitfffc53bbf7e2df104ab5de48b7ee7c2a712ca473 (patch)
treeb7d1cb4d28e15000705557023be2e5847a38ba67 /libffi/configure.ac
parent48d94ede9eee1a831fc6cab98e8333076fe5e712 (diff)
downloadppe42-gcc-fffc53bbf7e2df104ab5de48b7ee7c2a712ca473.tar.gz
ppe42-gcc-fffc53bbf7e2df104ab5de48b7ee7c2a712ca473.zip
2009-06-16 Andrew Haley <aph@redhat.com>
* configure.ac (TARGETDIR): Add missing blank lines. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148538 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/configure.ac')
-rw-r--r--libffi/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/libffi/configure.ac b/libffi/configure.ac
index fe3a5fb075a..2ab5902746e 100644
--- a/libffi/configure.ac
+++ b/libffi/configure.ac
@@ -145,9 +145,11 @@ case "$host" in
x86_64-*-darwin*)
TARGET=X86_DARWIN; TARGETDIR=x86
;;
+
x86_64-*-cygwin* | x86_64-*-mingw*)
TARGET=X86_WIN64; TARGETDIR=x86
;;
+
x86_64-*-*)
TARGET=X86_64; TARGETDIR=x86
;;
OpenPOWER on IntegriCloud