OSDN Git Service

configure.ac(FLAGS_FOR_TARGET): Add include-fixed to the header search path.
authorMasaki Muranaka <monaka@monami-software.com>
Thu, 11 Mar 2010 01:55:33 +0000 (10:55 +0900)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 05:11:57 +0000 (14:11 +0900)
configure: Regenerate.

configure
configure.ac

index 8edfde3..d69c5ab 100755 (executable)
--- a/configure
+++ b/configure
@@ -7996,7 +7996,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
index f78c527..26d01f0 100644 (file)
@@ -3049,7 +3049,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