aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg-Johann Lay <georgjohann@web.de>2010-11-13 19:45:12 +0000
committerKai Tietz <ktietz@gcc.gnu.org>2010-11-13 20:45:12 +0100
commit0463992baa0837f4c1ff3e57d99ac77161cbf8f2 (patch)
treecdf51e368f439c32bae0866ac1aac81a13188f1e
parentf9aeaebf753879df9218686b8148dc82bbb838a5 (diff)
downloadgcc-0463992baa0837f4c1ff3e57d99ac77161cbf8f2.zip
gcc-0463992baa0837f4c1ff3e57d99ac77161cbf8f2.tar.gz
gcc-0463992baa0837f4c1ff3e57d99ac77161cbf8f2.tar.bz2
re PR bootstrap/39622 (Missing -isystem include-fixed when building canadian cross libgcc)
2010-11-13 Georg-Johann Lay <georgjohann@web.de> PR bootstrap/39622 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path. * configure: Regenerated. From-SVN: r166720
-rw-r--r--ChangeLog6
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ceccfa..997d0fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-11-13 Georg-Johann Lay <georgjohann@web.de>
+
+ PR bootstrap/39622
+ * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
+ * configure: Regenerated.
+
2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
* MAINTAINERS: Update my email address.
diff --git a/configure b/configure
index bcc087b..86937eb 100755
--- a/configure
+++ b/configure
@@ -7369,7 +7369,7 @@ case " $target_configdirs " in
# to it. This is right: we don't want to search that directory
# for binaries, but we want the header files in there, so add
# them explicitly.
- FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include'
+ FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
# Someone might think of using the pre-installed headers on
# Canadian crosses, in case the installed compiler is not fully
diff --git a/configure.ac b/configure.ac
index 50c9aee..96b97c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2902,7 +2902,7 @@ case " $target_configdirs " in
# to it. This is right: we don't want to search that directory
# for binaries, but we want the header files in there, so add
# them explicitly.
- FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include'
+ FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
# Someone might think of using the pre-installed headers on
# Canadian crosses, in case the installed compiler is not fully