diff options
author | davem <davem@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-04 11:25:04 +0000 |
---|---|---|
committer | davem <davem@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-04 11:25:04 +0000 |
commit | 1168681ba016f6d1cbc0215c20a9f71e700b7599 (patch) | |
tree | 77825252122b1baace646c37e71adb238ad09dfc /libcpp | |
parent | 10a2a3155989beb9d5128992243048288d096f80 (diff) | |
download | gcc-1168681ba016f6d1cbc0215c20a9f71e700b7599.tar.gz |
gcc/
* config.gcc (sparc*-*-*): Always set need_64bit_hwint to yes.
(sparc*-*-linux*): Use linux.h in tm_file.
(sparc-*-linux*): If 'enabled_targets' is 'all', build a bi-arch
compiler defaulting to 32-bit.
(sparc*-*-*): Remove explicit target settings of need_64bit_hwint,
no longer needed.
* config/sparc/linux.h: Remove definitions now obtained
properly from linux.h
* config/sparc/linux64.h: Likewise.
(ASM_CPU_DEFAULT_SPEC): Change this to ASM_CPU64_DEFAULT_SPEC, we
don't want this setting for 32-bit builds in a biarch compiler.
* doc/install.texi: Add sparc-linux to list of targets
supporting --enable-targets=all.
libcpp/
* configure.ac (sparc*-*-*): Always set need_64bit_hwint to yes.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@134929 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp')
-rwxr-xr-x | libcpp/configure | 4 | ||||
-rw-r--r-- | libcpp/configure.ac | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/libcpp/configure b/libcpp/configure index 0f43267d0b1..6f587722149 100755 --- a/libcpp/configure +++ b/libcpp/configure @@ -8329,9 +8329,7 @@ case $target in powerpc*-*-* | \ rs6000*-*-* | \ s390*-*-* | \ - sparc64*-*-* | ultrasparc-*-freebsd* | \ - sparcv9-*-solaris2* | \ - sparc-*-solaris2.[789] | sparc-*-solaris2.1[0-9]* | \ + sparc*-*-* | \ spu-*-* | \ sh[123456789lbe]*-*-* | sh-*-*) need_64bit_hwint=yes ;; diff --git a/libcpp/configure.ac b/libcpp/configure.ac index b92f390a40a..88136743dad 100644 --- a/libcpp/configure.ac +++ b/libcpp/configure.ac @@ -126,9 +126,7 @@ case $target in powerpc*-*-* | \ rs6000*-*-* | \ s390*-*-* | \ - sparc64*-*-* | ultrasparc-*-freebsd* | \ - sparcv9-*-solaris2* | \ - sparc-*-solaris2.[789] | sparc-*-solaris2.1[0-9]* | \ + sparc*-*-* | \ spu-*-* | \ sh[123456789lbe]*-*-* | sh-*-*) need_64bit_hwint=yes ;; |