diff options
Diffstat (limited to 'sysdeps/alpha/configure')
-rw-r--r-- | sysdeps/alpha/configure | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/alpha/configure b/sysdeps/alpha/configure index 464b596527..3d665d96f2 100644 --- a/sysdeps/alpha/configure +++ b/sysdeps/alpha/configure @@ -5,4 +5,9 @@ # symbols in a position independent way. $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 |