blob: 6e91ef96f3d9ac86d6d30ad81f625b2606d65037 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
sinclude(./aclocal.m4)dnl Autoconf lossage
GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
case $machine in
m68k/coldfire)
arch_minimum_kernel=2.6.10
;;
*)
libc_cv_gcc_unwind_find_fde=yes
;;
esac
ldd_rewrite_script=sysdeps/unix/sysv/linux/ldd-rewrite.sed
|