diff options
Diffstat (limited to 'sysdeps/ia64/configure')
-rw-r--r-- | sysdeps/ia64/configure | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/ia64/configure b/sysdeps/ia64/configure index 1ef70921bc..748cb52601 100644 --- a/sysdeps/ia64/configure +++ b/sysdeps/ia64/configure @@ -3,4 +3,9 @@ $as_echo "#define PI_STATIC_AND_HIDDEN 1" >>confdefs.h + +# PIE builds fail on binutils 2.37 and earlier, see: +# https://sourceware.org/bugzilla/show_bug.cgi?id=28672 +$as_echo "#define PIE_UNSUPPORTED 1" >>confdefs.h + # work around problem with autoconf and empty lines at the end of files |