]> gcc.gnu.org Git - gcc.git/commit - libcpp/configure.ac
config.gcc (sparc*-*-*): Always set need_64bit_hwint to yes.
authorDavid S. Miller <davem@davemloft.net>
Sun, 4 May 2008 11:25:04 +0000 (11:25 +0000)
committerDavid S. Miller <davem@gcc.gnu.org>
Sun, 4 May 2008 11:25:04 +0000 (04:25 -0700)
commit5f7ca34bf522bcfaac6978ffa31e75158995c468
tree77825252122b1baace646c37e71adb238ad09dfc
parent9e6dca75944c1d711ef62e4d7d2befa9179e166b
config.gcc (sparc*-*-*): Always set need_64bit_hwint to yes.

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.

From-SVN: r134929
gcc/ChangeLog
gcc/config.gcc
gcc/config/sparc/linux.h
gcc/config/sparc/linux64.h
gcc/doc/install.texi
libcpp/configure
libcpp/configure.ac
This page took 3.608181 seconds and 5 git commands to generate.