From 29788f907095044876531d7b4df154ad8398f854 Mon Sep 17 00:00:00 2001 From: Steve Ellcey Date: Tue, 12 Sep 2017 17:00:00 +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 * Makefile.am (ttest_CFLAGS): Add $(AM_CFLAGS) * Makefile.in: Regenerate. From-SVN: r252038 --- libbacktrace/ChangeLog | 6 ++++++ libbacktrace/Makefile.am | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog index 684f30e..f3b7486 100644 --- a/libbacktrace/ChangeLog +++ b/libbacktrace/ChangeLog @@ -1,6 +1,12 @@ 2017-09-12 Steve Ellcey PR other/81096 + * Makefile.am (ttest_CFLAGS): Add $(AM_CFLAGS) + * Makefile.in: Regenerate. + +2017-09-12 Steve Ellcey + + PR other/81096 * libbacktrace/Makefile.in (HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_CFLAGS): Add $(AM_CFLAGS) diff --git a/libbacktrace/Makefile.am b/libbacktrace/Makefile.am index b91d6bc..120beb1 100644 --- a/libbacktrace/Makefile.am +++ b/libbacktrace/Makefile.am @@ -117,7 +117,7 @@ if HAVE_PTHREAD check_PROGRAMS += ttest ttest_SOURCES = ttest.c testlib.c -ttest_CFLAGS = -pthread +ttest_CFLAGS = $(AM_CFLAGS) -pthread ttest_LDADD = libbacktrace.la endif HAVE_PTHREAD -- 2.7.4