configure.ac (i?86-*-solaris2.1[0-9]): Set TARGET to X86_64.

* configure.ac (i?86-*-solaris2.1[0-9]): Set TARGET to X86_64.
	* configure: Regenerate.

From-SVN: r126683
This commit is contained in:
Rainer Orth 2007-07-16 17:05:41 +00:00 committed by Rainer Orth
parent 5273aaa905
commit 04a4998306
3 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-07-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* configure.ac (i?86-*-solaris2.1[0-9]): Set TARGET to X86_64.
* configure: Regenerate.
2007-07-11 David Daney <ddaney@avtrex.com>
* src/mips/ffi.c: Don't include sys/cachectl.h.

3
libffi/configure vendored
View File

@ -10305,6 +10305,9 @@ case "$host" in
i?86-*-darwin*)
TARGET=X86_DARWIN; TARGETDIR=x86
;;
i?86-*-solaris2.1[0-9]*)
TARGET=X86_64; TARGETDIR=x86
;;
i?86-*-*)
TARGET=X86; TARGETDIR=x86
;;

View File

@ -75,6 +75,9 @@ case "$host" in
i?86-*-darwin*)
TARGET=X86_DARWIN; TARGETDIR=x86
;;
i?86-*-solaris2.1[[0-9]]*)
TARGET=X86_64; TARGETDIR=x86
;;
i?86-*-*)
TARGET=X86; TARGETDIR=x86
;;