about summary refs log tree commit diff
path: root/sysdeps/microblaze/configure.ac
blob: 0b451df1118c1512bbe27761f9c8c23d95b93bde (plain) (blame)
1
2
3
4
5
6
7
8
9
GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
# Local configure fragment for sysdeps/microblaze.

AC_DEFINE(HIDDEN_VAR_NEEDS_DYNAMIC_RELOC)

# 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