OSDN Git Service

2010-11-13 Georg-Johann Lay <georgjohann@web.de>
authorktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 13 Nov 2010 19:45:12 +0000 (19:45 +0000)
committerktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 13 Nov 2010 19:45:12 +0000 (19:45 +0000)
        PR bootstrap/39622
        * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
        * configure: Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166720 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
configure
configure.ac

index 7ceccfa..997d0fb 100644 (file)
--- 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.
 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
 
        * MAINTAINERS: Update my email address.
index bcc087b..86937eb 100755 (executable)
--- 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.
        # 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
 
        # Someone might think of using the pre-installed headers on
        # Canadian crosses, in case the installed compiler is not fully
index 50c9aee..96b97c7 100644 (file)
@@ -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.
        # 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
 
        # Someone might think of using the pre-installed headers on
        # Canadian crosses, in case the installed compiler is not fully