glibc/sysdeps/unix/sysv/linux/m68k/configure.ac
Adhemerval Zanella 36676f5e5d Remove ldd libc4 support
The older libc versions are obsolete for over twenty years now.
2022-08-04 10:03:45 -03:00

10 lines
196 B
Plaintext

sinclude(./aclocal.m4)dnl Autoconf lossage
GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
case $machine in
m68k/coldfire)
;;
*)
libc_cv_gcc_unwind_find_fde=yes
;;
esac