Commit 0463992b by Georg-Johann Lay Committed by Kai Tietz

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
parent f9aeaebf
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> 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
* MAINTAINERS: Update my email address. * MAINTAINERS: Update my email address.
......
...@@ -7369,7 +7369,7 @@ case " $target_configdirs " in ...@@ -7369,7 +7369,7 @@ case " $target_configdirs " in
# to it. This is right: we don't want to search that directory # 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 # for binaries, but we want the header files in there, so add
# them explicitly. # 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 # Someone might think of using the pre-installed headers on
# Canadian crosses, in case the installed compiler is not fully # Canadian crosses, in case the installed compiler is not fully
......
...@@ -2902,7 +2902,7 @@ case " $target_configdirs " in ...@@ -2902,7 +2902,7 @@ case " $target_configdirs " in
# to it. This is right: we don't want to search that directory # 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 # for binaries, but we want the header files in there, so add
# them explicitly. # 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 # Someone might think of using the pre-installed headers on
# Canadian crosses, in case the installed compiler is not fully # Canadian crosses, in case the installed compiler is not fully
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment