diff options
Diffstat (limited to 'sysdeps/hppa/configure.ac')
-rw-r--r-- | sysdeps/hppa/configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/hppa/configure.ac b/sysdeps/hppa/configure.ac index 3e1c35b..5e59a63 100644 --- a/sysdeps/hppa/configure.ac +++ b/sysdeps/hppa/configure.ac @@ -20,6 +20,8 @@ fi rm -f conftest*]) AC_DEFINE_UNQUOTED(ASM_LINE_SEP, $libc_cv_asm_line_sep) +AC_DEFINE(HIDDEN_VAR_NEEDS_DYNAMIC_RELOC) + # PIE builds fail on binutils 2.37 and earlier, see: # https://sourceware.org/bugzilla/show_bug.cgi?id=28672 AC_DEFINE(PIE_UNSUPPORTED) |