From 6734f10ae9af6cfd47e70baa2cd3e326afabe5ed Mon Sep 17 00:00:00 2001 From: Slava Barinov Date: Mon, 5 Jun 2017 09:27:38 +0930 Subject: 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. --- ld/config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ld/config.in') diff --git a/ld/config.in b/ld/config.in index 2c6d698..5d91380 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 -- cgit v1.1