configure.ac 255 B

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