This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r134929 - in /trunk: gcc/ChangeLog gcc/config.g...
- From: davem at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Sun, 04 May 2008 11:25:05 -0000
- Subject: r134929 - in /trunk: gcc/ChangeLog gcc/config.g...
Author: davem
Date: Sun May 4 11:25:04 2008
New Revision: 134929
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134929
Log:
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.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config.gcc
trunk/gcc/config/sparc/linux.h
trunk/gcc/config/sparc/linux64.h
trunk/gcc/doc/install.texi
trunk/libcpp/configure
trunk/libcpp/configure.ac