mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 07:37:38 +01: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:
parent
c5307b2398
commit
639ba64f8e
1 changed files with 2 additions and 2 deletions
|
@ -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)],
|
||||
|
|
Loading…
Reference in a new issue