Skip to content

Commit d0917dd

Browse files
author
sje
committed
2017-09-12 Steve Ellcey <[email protected]>
PR other/81096 * Makefile.am (ttest_CFLAGS): Add $(AM_CFLAGS) * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@252038 138bc75d-0d04-0410-961f-82ee72b054a4
1 parent f47edbb commit d0917dd

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+
* Makefile.am (ttest_CFLAGS): Add $(AM_CFLAGS)
5+
* Makefile.in: Regenerate.
6+
17
2017-09-12 Steve Ellcey <[email protected]>
28

39
PR other/81096

libbacktrace/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ if HAVE_PTHREAD
117117
check_PROGRAMS += ttest
118118

119119
ttest_SOURCES = ttest.c testlib.c
120-
ttest_CFLAGS = -pthread
120+
ttest_CFLAGS = $(AM_CFLAGS) -pthread
121121
ttest_LDADD = libbacktrace.la
122122

123123
endif HAVE_PTHREAD

0 commit comments

Comments
 (0)