diff options
Diffstat (limited to 'sysdeps/microblaze/configure')
-rwxr-xr-x | sysdeps/microblaze/configure | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysdeps/microblaze/configure b/sysdeps/microblaze/configure index b530633..cae87f4 100755 --- a/sysdeps/microblaze/configure +++ b/sysdeps/microblaze/configure @@ -1,11 +1,12 @@ # This file is generated from configure.ac by Autoconf. DO NOT EDIT! # Local configure fragment for sysdeps/microblaze. -$as_echo "#define HIDDEN_VAR_NEEDS_DYNAMIC_RELOC 1" >>confdefs.h +printf "%s\n" "#define HIDDEN_VAR_NEEDS_DYNAMIC_RELOC 1" >>confdefs.h # gcc 11.2.1 and earlier crash with an internal compiler error, see: # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103613 -$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 + |