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/config.in | |
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/config.in')
-rw-r--r-- | gcc/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index f4885ca..43aa919 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -1580,6 +1580,12 @@ #endif +/* The linker hash style */ +#ifndef USED_FOR_TARGET +#undef LINKER_HASH_STYLE +#endif + + /* Define to the name of the LTO plugin DSO that must be passed to the linker's -plugin=LIB option. */ #ifndef USED_FOR_TARGET |