mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-09 02:49:41 +08:00
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
This commit is contained in:
parent
ff971abe60
commit
29788f9070
@ -1,3 +1,9 @@
|
||||
2017-09-12 Steve Ellcey <sellcey@cavium.com>
|
||||
|
||||
PR other/81096
|
||||
* Makefile.am (ttest_CFLAGS): Add $(AM_CFLAGS)
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
2017-09-12 Steve Ellcey <sellcey@cavium.com>
|
||||
|
||||
PR other/81096
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user