diff options
Diffstat (limited to 'sysdeps/microblaze/configure.ac')
-rw-r--r-- | sysdeps/microblaze/configure.ac | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sysdeps/microblaze/configure.ac b/sysdeps/microblaze/configure.ac new file mode 100644 index 0000000000..1c58f70a7b --- /dev/null +++ b/sysdeps/microblaze/configure.ac @@ -0,0 +1,7 @@ +GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory. +# Local configure fragment for sysdeps/microblaze. + +# gcc 11.2.1 and earlier crash with an internal compiler error, see: +# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103613 +AC_DEFINE(PIE_UNSUPPORTED) +# work around problem with autoconf and empty lines at the end of files |