Skip to content

Commit c5c6342

Browse files
author
sje
committed
2017-09-12 Steve Ellcey <[email protected]>
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
1 parent 6d1ab23 commit c5c6342

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

libbacktrace/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2017-09-12 Steve Ellcey <[email protected]>
2+
3+
PR other/81096
4+
* libbacktrace/Makefile.in
5+
(HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_CFLAGS): Add $(AM_CFLAGS)
6+
17
2017-08-02 David Edelsohn <[email protected]>
28

39
PR bootstrap/81638

libbacktrace/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ TESTS = $(check_PROGRAMS)
352352
@NATIVE_TRUE@edtest_SOURCES = edtest.c edtest2_build.c testlib.c
353353
@NATIVE_TRUE@edtest_LDADD = libbacktrace.la
354354
@HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_SOURCES = ttest.c testlib.c
355-
@HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_CFLAGS = -pthread
355+
@HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_CFLAGS = $(AM_CFLAGS) -pthread
356356
@HAVE_PTHREAD_TRUE@@NATIVE_TRUE@ttest_LDADD = libbacktrace.la
357357

358358
# We can't use automake's automatic dependency tracking, because it

0 commit comments

Comments
 (0)