From 79bec9233c4f17eebe157c21ebfbbdc5c733357d Mon Sep 17 00:00:00 2001 From: Satoru Takabayashi Date: Wed, 11 May 2011 18:28:14 +0000 Subject: install.texi (Configuration): Document --with-linker-hash-style. 2011-05-11 Satoru Takabayashi Paul Pluzhnikov * 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 From-SVN: r173668 --- gcc/doc/install.texi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gcc/doc') 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 -- cgit v1.1