From: Steve Ellcey Date: Tue, 12 Sep 2017 17:00:00 +0000 (+0000) Subject: re PR other/81096 (test case ttest in libbacktrace fails starting with its introducti... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=29788f907095044876531d7b4df154ad8398f854;p=gcc.git 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 --- diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog index 684f30ed3be..f3b74860df1 100644 --- a/libbacktrace/ChangeLog +++ b/libbacktrace/ChangeLog @@ -1,3 +1,9 @@ +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 diff --git a/libbacktrace/Makefile.am b/libbacktrace/Makefile.am index b91d6bca2d6..120beb11f5a 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