diff options
author | Satoru Takabayashi <satorux@google.com> | 2011-05-11 18:28:14 +0000 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@gcc.gnu.org> | 2011-05-11 11:28:14 -0700 |
commit | 79bec9233c4f17eebe157c21ebfbbdc5c733357d (patch) | |
tree | 2291400aa0fc2186bd4074198aeca58dd81e6625 /gcc/doc/install.texi | |
parent | e5b00edff55b11ccb722f6a14f6449b68bec8069 (diff) | |
download | gcc-79bec9233c4f17eebe157c21ebfbbdc5c733357d.zip gcc-79bec9233c4f17eebe157c21ebfbbdc5c733357d.tar.gz gcc-79bec9233c4f17eebe157c21ebfbbdc5c733357d.tar.bz2 |
install.texi (Configuration): Document --with-linker-hash-style.
2011-05-11 Satoru Takabayashi <satorux@google.com>
Paul Pluzhnikov <ppluzhnikov@google.com>
* gcc/doc/install.texi (Configuration): Document
--with-linker-hash-style.
* gcc/gcc.c (init_spec): Handle LINKER_HASH_STYLE.
* gcc/config.in: Add LINKER_HASH_STYLE.
* gcc/configure.ac: Add --with-linker-hash-style.
* gcc/configure: Regenerate.
Co-Authored-By: Paul Pluzhnikov <ppluzhnikov@google.com>
From-SVN: r173668
Diffstat (limited to 'gcc/doc/install.texi')
-rw-r--r-- | gcc/doc/install.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index c19cbf9..904b805 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1659,6 +1659,11 @@ option), if the linker supports it. If you specify support @option{--build-id} option, a warning is issued and the @option{--enable-linker-build-id} option is ignored. The default is off. +@item --with-linker-hash-style=@var{choice} +Tells GCC to pass @option{--hash-style=@var{choice}} option to the +linker for all final links. @var{choice} can be one of +@samp{sysv}, @samp{gnu}, and @samp{both} where @samp{sysv} is the default. + @item --enable-gnu-unique-object @itemx --disable-gnu-unique-object Tells GCC to use the gnu_unique_object relocation for C++ template |