aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorSatoru Takabayashi <satorux@google.com>2011-05-11 18:28:14 +0000
committerPaul Pluzhnikov <ppluzhnikov@google.com>2011-05-11 18:28:14 +0000
commit87888052734224cad2ff9ae06bae2d4b40444d8e (patch)
tree2291400aa0fc2186bd4074198aeca58dd81e6625 /gcc/config.in
parent6c6ce1d3f319798919d463b204773e61db5f8464 (diff)
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. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@173668 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index f4885ca8374..43aa919e669 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