Switch x86 Solaris to X86 from X86_64

This commit is contained in:
Anthony Green
2013-01-08 12:25:54 -05:00
parent 8962c8c8d0
commit 74c776e219
3 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2013-01-08 Anthony Green <green@moxielogic.com>
* configure.ac: Switch x86 solaris target to X86 by default.
* configure: Rebuilt.
2013-01-08 Anthony Green <green@moxielogic.com> 2013-01-08 Anthony Green <green@moxielogic.com>
* configure.ac: Fix test for read-only eh_frame. * configure.ac: Fix test for read-only eh_frame.

2
configure vendored
View File

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

View File

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