mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-04-05 13:22:18 +02:00
Skip a few tests on uCLibC
Without this, the build fails on platforms that don't implement backtrace().
This commit is contained in:
parent
112c927371
commit
f195c9ad52
2 changed files with 7 additions and 3 deletions
|
@ -276,6 +276,7 @@ PKG_MAINTAINER=pkg_maintainer
|
||||||
old_LIBS="$LIBS"
|
old_LIBS="$LIBS"
|
||||||
LIBS=""
|
LIBS=""
|
||||||
AC_SEARCH_LIBS(backtrace, execinfo)
|
AC_SEARCH_LIBS(backtrace, execinfo)
|
||||||
|
AM_CONDITIONAL(HAVE_BACKTRACE, test "x$ac_cv_search_backtrace" != xno)
|
||||||
BACKTRACELIB="$LIBS"
|
BACKTRACELIB="$LIBS"
|
||||||
LIBS="$old_LIBS"
|
LIBS="$old_LIBS"
|
||||||
|
|
||||||
|
|
|
@ -46,9 +46,12 @@ endif #ARCH_IA64
|
||||||
test-async-sig test-flush-cache test-init-remote \
|
test-async-sig test-flush-cache test-init-remote \
|
||||||
test-mem test-setjmp test-ptrace \
|
test-mem test-setjmp test-ptrace \
|
||||||
Ltest-nomalloc Ltest-nocalloc rs-race
|
Ltest-nomalloc Ltest-nocalloc rs-race
|
||||||
noinst_PROGRAMS_cdep = forker mapper test-ptrace-misc test-varargs \
|
noinst_PROGRAMS_cdep = forker mapper test-ptrace-misc \
|
||||||
Gperf-simple Lperf-simple \
|
Gperf-simple Lperf-simple
|
||||||
Gperf-trace Lperf-trace
|
|
||||||
|
if HAVE_BACKTRACE
|
||||||
|
noinst_PROGRAMS_cdep += Gperf-trace Lperf-trace test-varargs
|
||||||
|
endif
|
||||||
|
|
||||||
if SUPPORT_CXX_EXCEPTIONS
|
if SUPPORT_CXX_EXCEPTIONS
|
||||||
check_PROGRAMS_cdep += Ltest-cxx-exceptions
|
check_PROGRAMS_cdep += Ltest-cxx-exceptions
|
||||||
|
|
Loading…
Add table
Reference in a new issue