diff options
Diffstat (limited to 'sysdeps/ia64')
-rw-r--r-- | sysdeps/ia64/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/ia64/configure b/sysdeps/ia64/configure index 90be9c0266..d4e4c51f4c 100644 --- a/sysdeps/ia64/configure +++ b/sysdeps/ia64/configure @@ -3,6 +3,7 @@ # 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 +printf "%s\n" "#define PIE_UNSUPPORTED 1" >>confdefs.h # work around problem with autoconf and empty lines at the end of files + |