Add configure flag to enable gnu hash style by default.
[deliverable/binutils-gdb.git] / ld / config.in
index 5d91380ec2ad6dbc7e76daa54c7266d1ca8294c3..a846743da6b9989c875403554bbe3a3425a636b4 100644 (file)
@@ -7,6 +7,12 @@
 #endif
 #define __CONFIG_H__ 1
 
+/* Define to 1 if you want to emit gnu hash in the ELF linker by default. */
+#undef DEFAULT_EMIT_GNU_HASH
+
+/* Define to 1 if you want to emit sysv hash in the ELF linker by default. */
+#undef DEFAULT_EMIT_SYSV_HASH
+
 /* Define if you want compressed debug sections by default. */
 #undef DEFAULT_FLAG_COMPRESS_DEBUG
 
This page took 0.022529 seconds and 4 git commands to generate.