diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-12 11:01:26 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-12 11:01:26 +0000 |
commit | 75daeef1629e2b7393e463a407df54efb4880b30 (patch) | |
tree | 8f3e5547d5ccd74f46a840cdf370223b166eb9ee /Makefile.in | |
parent | 86b00104e89eb4c8ca037773df78d9cb8b3632be (diff) | |
download | gcc-75daeef1629e2b7393e463a407df54efb4880b30.tar.gz |
* Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
as include files.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31351 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 7af178465b9..369f1ff47be 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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/; \ |