aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorStephen L Moshier <moshier@world.std.com>1999-05-20 22:24:35 +0000
committerJeff Law <law@gcc.gnu.org>1999-05-20 16:24:35 -0600
commit2caf864f8200f5ded1e84c9a8308e4cbc6b57823 (patch)
tree0ff5db339c00a907c1d6c1f15b72bc1ef828bc8f /Makefile.in
parent1474e30354b1a0246bb809b1facf1a3b9d4604a9 (diff)
downloadgcc-2caf864f8200f5ded1e84c9a8308e4cbc6b57823.zip
gcc-2caf864f8200f5ded1e84c9a8308e4cbc6b57823.tar.gz
gcc-2caf864f8200f5ded1e84c9a8308e4cbc6b57823.tar.bz2
Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com> * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include. From-SVN: r27074
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 795a7da..65676ea 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 \