mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 02:40:06 +00:00
8 lines
343 B
Plaintext
8 lines
343 B
Plaintext
|
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
|