summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-05-20 22:24:35 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-05-20 22:24:35 +0000
commit8566565c5f67cc7afe5575d2d5ba38cf84092ae2 (patch)
tree0ff5db339c00a907c1d6c1f15b72bc1ef828bc8f /Makefile.in
parent6016612200d3d1609fef427e45f2c08d1d405401 (diff)
downloadgcc-8566565c5f67cc7afe5575d2d5ba38cf84092ae2.tar.gz
Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
* Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27074 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 795a7da3fd3..65676eabc37 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -233,7 +233,7 @@ CC_FOR_TARGET = ` \
# variable is passed down to the gcc Makefile, where it is used to
# build libgcc2.a. We define it here so that it can itself be
# overridden on the command line.
-GCC_FOR_TARGET = $$r/gcc/xgcc -B$$r/gcc/ -B$(build_tooldir)/bin/
+GCC_FOR_TARGET = $$r/gcc/xgcc -B$$r/gcc/ -B$(build_tooldir)/bin/ -I$(build_tooldir)/include
CHILL_FOR_TARGET = ` \
if [ -f $$r/gcc/xgcc ] ; then \