Fix typo
This commit is contained in:
parent
c2926ab7fc
commit
d18245ea9a
@ -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/; \
|
||||
|
Loading…
Reference in New Issue
Block a user