aboutsummaryrefslogtreecommitdiff
path: root/libbacktrace
diff options
context:
space:
mode:
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2017-09-12 16:33:31 +0000
committersje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2017-09-12 16:33:31 +0000
commitc5c63423c766b1ea03ea86525972e0d476aba305 (patch)
tree27ab59a24165c7402b7a531cce2438cfb4575fcb /libbacktrace
parent6d1ab23dc1fbc5cc0fde2d9d4e01026bf099a333 (diff)
2017-09-12 Steve Ellcey <sellcey@cavium.com>
PR other/81096 * libbacktrace/Makefile.in (HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_CFLAGS): Add $(AM_CFLAGS) git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@252035 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libbacktrace')
-rw-r--r--libbacktrace/ChangeLog6
-rw-r--r--libbacktrace/Makefile.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog
index 3a2255679c0..684f30ed3be 100644
--- a/libbacktrace/ChangeLog
+++ b/libbacktrace/ChangeLog
@@ -1,3 +1,9 @@
+2017-09-12 Steve Ellcey <sellcey@cavium.com>
+
+ PR other/81096
+ * libbacktrace/Makefile.in
+ (HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_CFLAGS): Add $(AM_CFLAGS)
+
2017-08-02 David Edelsohn <dje.gcc@gmail.com>
PR bootstrap/81638
diff --git a/libbacktrace/Makefile.in b/libbacktrace/Makefile.in
index 5b2159d77ba..2d8c212eaaf 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