configure.ac: Treat i*86-*-solaris2.10 and up as X86_64.
* configure.ac: Treat i*86-*-solaris2.10 and up as X86_64. * configure: Regenerate. From-SVN: r100959
This commit is contained in:
parent
e9c002e5ee
commit
cc786582dd
3 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-06-15 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
||||
|
||||
* configure.ac: Treat i*86-*-solaris2.10 and up as X86_64.
|
||||
* configure: Regenerate.
|
||||
|
||||
2005-06-01 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* src/powerpc/ppc_closure.S (ffi_closure_SYSV): Don't use JUMPTARGET
|
||||
|
|
1
libffi/configure
vendored
1
libffi/configure
vendored
|
@ -5377,6 +5377,7 @@ fi
|
|||
TARGETDIR="unknown"
|
||||
case "$host" in
|
||||
i*86-*-linux*) TARGET=X86; TARGETDIR=x86;;
|
||||
i*86-*-solaris2.1[0-9]*) TARGET=X86_64; TARGETDIR=x86;;
|
||||
i*86-*-solaris*) TARGET=X86; TARGETDIR=x86;;
|
||||
i*86-*-beos*) TARGET=X86; TARGETDIR=x86;;
|
||||
i*86-*-freebsd* | i*86-*-kfreebsd*-gnu) TARGET=X86; TARGETDIR=x86;;
|
||||
|
|
|
@ -42,6 +42,7 @@ AM_CONDITIONAL(TESTSUBDIR, test -d $srcdir/testsuite)
|
|||
TARGETDIR="unknown"
|
||||
case "$host" in
|
||||
i*86-*-linux*) TARGET=X86; TARGETDIR=x86;;
|
||||
i*86-*-solaris2.1[[0-9]]*) TARGET=X86_64; TARGETDIR=x86;;
|
||||
i*86-*-solaris*) TARGET=X86; TARGETDIR=x86;;
|
||||
i*86-*-beos*) TARGET=X86; TARGETDIR=x86;;
|
||||
i*86-*-freebsd* | i*86-*-kfreebsd*-gnu) TARGET=X86; TARGETDIR=x86;;
|
||||
|
|
Loading…
Add table
Reference in a new issue