diff options
Diffstat (limited to 'ld/config.in')
-rw-r--r-- | ld/config.in | 4 |
1 files changed, 4 insertions, 0 deletions
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 |