1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-26 03:11:44 +02:00

Always create a symlink from target's libunwind.h to libunwind.h (it only gets

for the local case, of course).

(Logical change 1.30)
This commit is contained in:
mostang.com!davidm 2002-12-12 09:17:41 +00:00
parent c5307b2398
commit 639ba64f8e

View file

@ -49,9 +49,9 @@ AM_CONDITIONAL(ARCH_IA32, test x$target_arch == x86)
if test x$target_arch != x$build_arch; then
CPPFLAGS="${CPPFLAGS} -DUNW_REMOTE_ONLY"
else
AC_CONFIG_LINKS(include/libunwind.h:include/libunwind-$target_arch.h)
fi
AC_CONFIG_LINKS(include/libunwind.h:include/libunwind-$target_arch.h
include/tdep.h:include/tdep-$target_arch.h)
AC_ARG_ENABLE(debug,
[ --enable-debug turn on debug support (slows down execution)],