summaryrefslogtreecommitdiff
path: root/ld/config.in
diff options
context:
space:
mode:
authorSlava Barinov <v.barinov@samsung.com>2017-06-05 09:27:38 +0930
committerAlan Modra <amodra@gmail.com>2017-06-05 09:58:05 +0930
commit6734f10ae9af6cfd47e70baa2cd3e326afabe5ed (patch)
treeafa7629a0be2b40664ddffb5550cf929a24c0995 /ld/config.in
parent3ea0007c8ca3ec851df6ab5391a98467b4021f92 (diff)
Introduce --enable-new-dtags configure option.
This option switches on ld.bfd --enable-new-dtags by default. * configure.ac: Add --enable-new-dtags option. * ldmain.c: Set link_info.new_dtags to 1 if when --enable-new-dtags is switched on. * configure: Regenerate. * config.in: Regenerate.
Diffstat (limited to 'ld/config.in')
-rw-r--r--ld/config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/config.in b/ld/config.in
index 2c6d698b6c..5d91380ec2 100644
--- a/ld/config.in
+++ b/ld/config.in
@@ -13,6 +13,10 @@
/* Define to 1 if you want to enable -z relro in ELF linker by default. */
#undef DEFAULT_LD_Z_RELRO
+/* Define to 1 if you want to set DT_RUNPATH instead of DT_RPATH by default.
+ */
+#undef DEFAULT_NEW_DTAGS
+
/* Define to 1 if translation of program messages to the user's native
language is requested. */
#undef ENABLE_NLS