diff options
author | Joseph Myers <joseph@codesourcery.com> | 2006-10-29 16:35:50 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2006-10-29 16:35:50 +0000 |
commit | 0f45f0f588d8af6ed4047e0ce4351749b6c0328b (patch) | |
tree | 6dbe0080708b237eae8a1799f1ffc73557ea0f1e /gcc/doc | |
parent | 097f29642281e0efba439b0cd88a507b7c67a88f (diff) | |
download | gcc-0f45f0f588d8af6ed4047e0ce4351749b6c0328b.zip gcc-0f45f0f588d8af6ed4047e0ce4351749b6c0328b.tar.gz gcc-0f45f0f588d8af6ed4047e0ce4351749b6c0328b.tar.bz2 |
config.gcc (i[34567]86-*-linux*): Handle --enable-targets=all.
gcc:
* config.gcc (i[34567]86-*-linux*): Handle --enable-targets=all.
Handle tuning for bi-arch i[34567]86-*-linux* like that for
i[34567]86-*-solaris2.1[0-9]*.
* config/i386/linux64.h (TARGET_VERSION, MULTILIB_DEFAULTS):
Define conditionally depending on TARGET_64BIT_DEFAULT.
(SPEC_32, SPEC_64): Define.
(LINK_SPEC): Use them.
* doc/install.texi (--enable-targets=all): Document for x86-linux.
libcpp:
* configure.ac (need_64bit_hwint): Set for i[34567]86-*-linux*
depending on --enable-targets=all.
* configure: Regenerate.
fixincludes:
* inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on x86_64.
* fixincl.x: Regenerate.
From-SVN: r118147
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/install.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 5a32b60..3bd6a5b 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1154,7 +1154,7 @@ 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. +Currently, this option only affects powerpc-linux and x86-linux. @item --enable-secureplt This option enables @option{-msecure-plt} by default for powerpc-linux. |