]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR bootstrap/54834 (bootstrap fails when building libbacktrace)
authorIan Lance Taylor <iant@google.com>
Tue, 1 Jan 2013 16:23:03 +0000 (16:23 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 1 Jan 2013 16:23:03 +0000 (16:23 +0000)
PR bootstrap/54834
* Makefile.am (AM_CPPFLAGS): Remove -I ../gcc/include and -I
$(MULTIBUILDTOP)/../../gcc/include.
* Makefile.in: Rebuild.

From-SVN: r194770

libbacktrace/ChangeLog
libbacktrace/Makefile.am
libbacktrace/Makefile.in

index 39802c3110940a3025eb8107ad1794fb55e4f5b4..0e1415e6db94bba235aed07c62e3bbbc306b75bf 100644 (file)
@@ -1,3 +1,10 @@
+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
index da1250234c6c4668cdd4ce29d53fed0199c0926f..b4542469490b0371dcf4fddffcf1e345e3241b40 100644 (file)
@@ -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)
 
index 3e7c91a1af813e056e520c19d97c21739f788674..971406bf6da89df0b6599a11aadd31c6f7c80451 100644 (file)
@@ -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