mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-11 22:00:08 +00:00
cb8a6dbd17
Autoconf has been deprecating configure.in for quite a long time. Rename all our configure.in and preconfigure.in files to .ac. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7 lines
273 B
Plaintext
7 lines
273 B
Plaintext
GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
|
# Local configure fragment for sysdeps/unix/sysv/linux/arm.
|
|
|
|
libc_cv_gcc_unwind_find_fde=no
|
|
# Remove -fno-unwind-tables that was added in sysdeps/arm/preconfigure.ac.
|
|
CFLAGS=${CFLAGS% -fno-unwind-tables}
|