summaryrefslogtreecommitdiff
path: root/libbacktrace/Makefile.am
diff options
context:
space:
mode:
authorSteve Ellcey <sellcey@cavium.com>2017-09-12 17:00:00 +0000
committerSteve Ellcey <sje@gcc.gnu.org>2017-09-12 17:00:00 +0000
commit29788f907095044876531d7b4df154ad8398f854 (patch)
tree270eb951e9930dd28e19fa02c5b3b4ea4267bfcc /libbacktrace/Makefile.am
parentff971abe6034dc25019c3f470d8437b22b93dce0 (diff)
downloadgcc-29788f907095044876531d7b4df154ad8398f854.tar.gz
re PR other/81096 (test case ttest in libbacktrace fails starting with its introduction in r249111)
2017-09-12 Steve Ellcey <sellcey@cavium.com> PR other/81096 * Makefile.am (ttest_CFLAGS): Add $(AM_CFLAGS) * Makefile.in: Regenerate. From-SVN: r252038
Diffstat (limited to 'libbacktrace/Makefile.am')
-rw-r--r--libbacktrace/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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