mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
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:
parent
5273aaa905
commit
04a4998306
@ -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
3
libffi/configure
vendored
@ -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
|
||||
;;
|
||||
|
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user