From 4de259b49f0162cf3cc9c86d9bc16a8de96ef693 Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Tue, 4 May 2004 22:24:50 +0000 Subject: [PATCH] (EXTRA_DIST): Mention run-ptrade-mapper. (test_static_link_LDFLAGS): Replace -all-static with -static. The former doesn't work on HP-UX because libc doesn't appear to be availabale in archive format (only libc.so is available). (forker_LDFLAGS): Likewise. (Logical change 1.223) --- tests/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 14906f24..1c2c081d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,6 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -EXTRA_DIST = run-ia64-test-dyn1 +EXTRA_DIST = run-ia64-test-dyn1 run-ptrace-mapper noinst_PROGRAMS_common = check_PROGRAMS_common = test-proc-info test-static-link @@ -65,8 +65,8 @@ Ltest_init_SOURCES = Ltest-init.cxx Gtest_dyn1_SOURCES = Gtest-dyn1.c flush-cache.S Ltest_dyn1_SOURCES = Ltest-dyn1.c flush-cache.S test_static_link_SOURCES = test-static-link-loc.c test-static-link-gen.c -test_static_link_LDFLAGS = -all-static -forker_LDFLAGS = -all-static +test_static_link_LDFLAGS = -static +forker_LDFLAGS = -static LIBUNWIND = ../src/libunwind-$(arch).la LDADD = $(LIBUNWIND)