* Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Jan 2000 11:01:26 +0000 (11:01 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Jan 2000 11:01:26 +0000 (11:01 +0000)
        as include files.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31351 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
Makefile.in

index 055b2e2..4809a3f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-01-12  Joel Sherrill (joel@OARcorp.com)
+
+       * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
+       as include files.
+
 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
 
        * Add self as cpplib maintainer, as requested by Jason
index 7af1784..369f1ff 100644 (file)
@@ -216,7 +216,7 @@ CC_FOR_TARGET = ` \
       if [ -f $$r/$(TARGET_SUBDIR)/winsup/Makefile ] ; then \
         echo $$r/gcc/xgcc -B$$r/gcc/ -B$$r/$(TARGET_SUBDIR)/newlib/ -B$(build_tooldir)/bin/ -L$$r/$(TARGET_SUBDIR)/winsup -idirafter $$r/$(TARGET_SUBDIR)/newlib/targ-include -idirafter $$s/newlib/libc/include -nostdinc; \
       else \
-        echo $$r/gcc/xgcc -B$$r/gcc/ -B$(build_tooldir)/bin/ -idirafter $$r/$(TARGET_SUBDIR)/newlib/targ-include -idirafter $$s/newlib/libc/include -nostdinc; \
+        echo $$r/gcc/xgcc -B$$r/gcc/ -B$$r/$(TARGET_SUBDIR)/newlib/ -B$(build_tooldir)/bin/ -idirafter $$r/$(TARGET_SUBDIR)/newlib/targ-include -idirafter $$s/newlib/libc/include -nostdinc; \
       fi; \
     else \
       echo $$r/gcc/xgcc -B$$r/gcc/ -B$(build_tooldir)/bin/; \