aboutsummaryrefslogtreecommitdiff
path: root/libbacktrace/Makefile.in
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2012-12-07 15:14:25 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2012-12-07 15:14:25 +0100
commita58dfde08dc7cf21a5eccb73e9cf9c69fbeb5783 (patch)
tree2a68d3e3cc3002961c3b37786c537a0fb5dbe189 /libbacktrace/Makefile.in
parent2b91f098af277deae7c18c7bc66ef4f39d6b6ca6 (diff)
downloadgcc-a58dfde08dc7cf21a5eccb73e9cf9c69fbeb5783.zip
gcc-a58dfde08dc7cf21a5eccb73e9cf9c69fbeb5783.tar.gz
gcc-a58dfde08dc7cf21a5eccb73e9cf9c69fbeb5783.tar.bz2
re PR bootstrap/54926 (Bootstrap comparison failure for various files in libbacktrace)
PR bootstrap/54926 * Makefile.am (AM_CFLAGS): Add -frandom-seed=$@. * Makefile.in: Regenerated. From-SVN: r194303
Diffstat (limited to 'libbacktrace/Makefile.in')
-rw-r--r--libbacktrace/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbacktrace/Makefile.in b/libbacktrace/Makefile.in
index 3e7c91a..b5b2a42 100644
--- a/libbacktrace/Makefile.in
+++ b/libbacktrace/Makefile.in
@@ -254,7 +254,7 @@ ACLOCAL_AMFLAGS = -I .. -I ../config
AM_CPPFLAGS = -I $(top_srcdir)/../include -I $(top_srcdir)/../libgcc \
-I ../libgcc -I ../gcc/include -I $(MULTIBUILDTOP)../../gcc/include
-AM_CFLAGS = $(EXTRA_FLAGS) $(WARN_FLAGS) $(PIC_FLAG)
+AM_CFLAGS = $(EXTRA_FLAGS) $(WARN_FLAGS) $(PIC_FLAG) -frandom-seed=$@
noinst_LTLIBRARIES = libbacktrace.la
libbacktrace_la_SOURCES = \
backtrace.h \