Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
authorStephen L Moshier <moshier@world.std.com>
Thu, 20 May 1999 22:24:35 +0000 (22:24 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 20 May 1999 22:24:35 +0000 (16:24 -0600)
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

ChangeLog
Makefile.in

index 062c421..bd6687f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
+
+        * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
+
 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
                           Martin Heller (Ing.-Buero_Heller@t-online.de)
 
index 795a7da..65676ea 100644 (file)
@@ -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 \