mirror of
https://sourceware.org/git/glibc.git
synced 2025-04-24 21:47:24 +03:00
10 lines
196 B
Plaintext
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
|