summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2013-01-08 12:25:54 -0500
committerAnthony Green <green@moxielogic.com>2013-01-08 12:25:54 -0500
commit74c776e21907fc2e59257c021f23077f8b7966cb (patch)
tree574f90623af2bd49a0d0e2902fd25b52ee84197e /configure.ac
parent8962c8c8d06803e310bac0ffc8e84ea15daeff3f (diff)
downloadlibffi-74c776e21907fc2e59257c021f23077f8b7966cb.tar.gz
Switch x86 Solaris to X86 from X86_64
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b62dd6f..e320b3c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -124,7 +124,7 @@ case "$host" in
TARGET=X86_DARWIN; TARGETDIR=x86
;;
i?86-*-solaris2.1[[0-9]]*)
- TARGET=X86_64; TARGETDIR=x86
+ TARGET=X86; TARGETDIR=x86
;;
i?86-*-*)
TARGET=X86_64; TARGETDIR=x86