From 917a804c6117a8b6aed2594b6695caf4dbcca217 Mon Sep 17 00:00:00 2001 From: Steve Ellcey Date: Tue, 12 Sep 2017 16:33:31 +0000 Subject: [PATCH] re PR other/81096 (test case ttest in libbacktrace fails starting with its introduction in r249111) 2017-09-12 Steve Ellcey PR other/81096 * libbacktrace/Makefile.in (HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_CFLAGS): Add $(AM_CFLAGS) From-SVN: r252035 --- libbacktrace/ChangeLog | 6 ++++++ libbacktrace/Makefile.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog index 3a22556..684f30e 100644 --- a/libbacktrace/ChangeLog +++ b/libbacktrace/ChangeLog @@ -1,3 +1,9 @@ +2017-09-12 Steve Ellcey + + PR other/81096 + * libbacktrace/Makefile.in + (HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_CFLAGS): Add $(AM_CFLAGS) + 2017-08-02 David Edelsohn PR bootstrap/81638 diff --git a/libbacktrace/Makefile.in b/libbacktrace/Makefile.in index 5b2159d..2d8c212 100644 --- a/libbacktrace/Makefile.in +++ b/libbacktrace/Makefile.in @@ -352,7 +352,7 @@ TESTS = $(check_PROGRAMS) @NATIVE_TRUE@edtest_SOURCES = edtest.c edtest2_build.c testlib.c @NATIVE_TRUE@edtest_LDADD = libbacktrace.la @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_SOURCES = ttest.c testlib.c -@HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_CFLAGS = -pthread +@HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_CFLAGS = $(AM_CFLAGS) -pthread @HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_LDADD = libbacktrace.la # We can't use automake's automatic dependency tracking, because it -- 2.7.4