From c3de1960917e9c1573e6ddb454f7848c75d2ee35 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 1 Jan 2013 16:23:03 +0000 Subject: [PATCH] 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 --- libbacktrace/ChangeLog | 7 +++++++ libbacktrace/Makefile.am | 2 +- libbacktrace/Makefile.in | 2 +- 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,3 +1,10 @@ +2013-01-01 Ian Lance Taylor + + 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 PR other/55536 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