This commit is contained in:
J.T. Conklin 1994-07-28 21:33:56 +00:00
parent c2926ab7fc
commit d18245ea9a
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ CC_FOR_TARGET = ` \
CXX = gcc
CXX_FOR_TARGET = ` \
if [ -f $${rootme}/../../gcc/xgcc ] ; then \
if [ -f $${rootme}/../../newlib/Makefile ]; then
if [ -f $${rootme}/../../newlib/Makefile ]; then \
echo $${rootme}/../../gcc/xgcc -B$${rootme}/../../gcc/ -idirafter $${rootme}/../../newlib/targ-include -idirafter $${rootsrc}/../../newlib/libc/include -nostdinc; \
else \
echo $${rootme}/../../gcc/xgcc -B$${rootme}/../../gcc/; \