From 226069aac29020103a5b5298e6009e0c51df83ea Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Thu, 1 Dec 2022 16:51:51 +0300 Subject: Disable Ltest-init-local-signal on ia64 This makes the tests build on ia64 so that they can be run, a proper fix would be to add unw_init_local2() to src/ia64/Ginit_local.c --- tests/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 2838c186..c0741070 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -57,7 +57,6 @@ endif Gtest-resume-sig Ltest-resume-sig \ Gtest-resume-sig-rt Ltest-resume-sig-rt \ Gtest-trace Ltest-trace \ - Ltest-init-local-signal \ Ltest-mem-validate \ test-async-sig test-flush-cache test-init-remote \ test-mem test-reg-state Ltest-varargs \ @@ -65,6 +64,11 @@ endif noinst_PROGRAMS_cdep += forker Gperf-simple Lperf-simple \ Gperf-trace Lperf-trace +# unw_init_local2() is not implemented on ia64 +if !ARCH_IA64 + check_PROGRAMS_cdep += Ltest-init-local-signal +endif + if BUILD_PTRACE check_SCRIPTS_cdep += run-ptrace-mapper run-ptrace-misc check_PROGRAMS_cdep += test-ptrace -- cgit v1.2.1