aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-05-04 11:25:04 +0000
committerDavid S. Miller <davem@gcc.gnu.org>2008-05-04 04:25:04 -0700
commit5f7ca34bf522bcfaac6978ffa31e75158995c468 (patch)
tree77825252122b1baace646c37e71adb238ad09dfc /gcc/doc
parent9e6dca75944c1d711ef62e4d7d2befa9179e166b (diff)
downloadgcc-5f7ca34bf522bcfaac6978ffa31e75158995c468.zip
gcc-5f7ca34bf522bcfaac6978ffa31e75158995c468.tar.gz
gcc-5f7ca34bf522bcfaac6978ffa31e75158995c468.tar.bz2
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
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/install.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 027b169..0391ec8 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -1201,7 +1201,8 @@ powerpc-linux for powerpc64-linux, only generates 32-bit code. This
option enables the 32-bit target to be a bi-arch compiler, which is
useful when you want a bi-arch compiler that defaults to 32-bit, and
you are building a bi-arch or multi-arch binutils in a combined tree.
-Currently, this option only affects powerpc-linux and x86-linux.
+Currently, this option only affects sparc-linux, powerpc-linux and
+x86-linux.
@item --enable-secureplt
This option enables @option{-msecure-plt} by default for powerpc-linux.