summaryrefslogtreecommitdiff
path: root/libbacktrace
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2013-01-01 16:23:03 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2013-01-01 16:23:03 +0000
commitc3de1960917e9c1573e6ddb454f7848c75d2ee35 (patch)
tree3723d533e7a8c2952a1facf05c386d83824ed1e7 /libbacktrace
parent42d573997e3b78a8679919add16e4052bb2d3ed4 (diff)
downloadgcc-c3de1960917e9c1573e6ddb454f7848c75d2ee35.tar.gz
re PR bootstrap/54834 (bootstrap fails when building libbacktrace)
PR bootstrap/54834 * Makefile.am (AM_CPPFLAGS): Remove -I ../gcc/include and -I $(MULTIBUILDTOP)/../../gcc/include. * Makefile.in: Rebuild. From-SVN: r194770
Diffstat (limited to 'libbacktrace')
-rw-r--r--libbacktrace/ChangeLog7
-rw-r--r--libbacktrace/Makefile.am2
-rw-r--r--libbacktrace/Makefile.in2
3 files changed, 9 insertions, 2 deletions
diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog
index 39802c31109..0e1415e6db9 100644
--- a/libbacktrace/ChangeLog
+++ b/libbacktrace/ChangeLog
@@ -1,5 +1,12 @@
2013-01-01 Ian Lance Taylor <iant@google.com>
+ PR bootstrap/54834
+ * Makefile.am (AM_CPPFLAGS): Remove -I ../gcc/include and -I
+ $(MULTIBUILDTOP)/../../gcc/include.
+ * Makefile.in: Rebuild.
+
+2013-01-01 Ian Lance Taylor <iant@google.com>
+
PR other/55536
* mmap.c (backtrace_alloc): Don't call sync functions if not
threaded.
diff --git a/libbacktrace/Makefile.am b/libbacktrace/Makefile.am
index da1250234c6..b4542469490 100644
--- a/libbacktrace/Makefile.am
+++ b/libbacktrace/Makefile.am
@@ -32,7 +32,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
+ -I ../libgcc
AM_CFLAGS = $(EXTRA_FLAGS) $(WARN_FLAGS) $(PIC_FLAG)
diff --git a/libbacktrace/Makefile.in b/libbacktrace/Makefile.in
index 3e7c91a1af8..971406bf6da 100644
--- a/libbacktrace/Makefile.in
+++ b/libbacktrace/Makefile.in
@@ -252,7 +252,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
ACLOCAL_AMFLAGS = -I .. -I ../config
AM_CPPFLAGS = -I $(top_srcdir)/../include -I $(top_srcdir)/../libgcc \
- -I ../libgcc -I ../gcc/include -I $(MULTIBUILDTOP)../../gcc/include
+ -I ../libgcc
AM_CFLAGS = $(EXTRA_FLAGS) $(WARN_FLAGS) $(PIC_FLAG)
noinst_LTLIBRARIES = libbacktrace.la