blob: c21ca9dd478a4e926f5449418f4896ca0bf091d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
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
ldd_rewrite_script=sysdeps/unix/sysv/linux/ldd-rewrite.sed
|