summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>2010-11-13 19:45:12 +0000
committerktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>2010-11-13 19:45:12 +0000
commite619f0a6b2ef07640a3ffcb65690d904c1321fa6 (patch)
treecdf51e368f439c32bae0866ac1aac81a13188f1e /configure.ac
parent0a7642a1eeb4f6b89a769dd35db58c66e78275de (diff)
downloadgcc-e619f0a6b2ef07640a3ffcb65690d904c1321fa6.tar.gz
2010-11-13 Georg-Johann Lay <georgjohann@web.de>
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 50c9aee1d53..96b97c7e68c 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