gcc cross: cleanup init.sh

This commit is contained in:
Giacomo Tesio 2020-01-17 00:21:05 +01:00
parent fdc6a49fac
commit 1addd6d56b
1 changed files with 0 additions and 6 deletions

View File

@ -122,9 +122,3 @@ mkdir -p $GCC_BUILD_DIR
) >> $LOG 2>&1
failOnError $? "building gcc"
echo done.
## TODO: get a sense of this... shouldn't we do this after GCC compilation?
#echo -n Copying GCC includes into $JEHANNE/posix...
#mkdir -p $JEHANNE/posix/lib
#cp -fpr $WORKING_DIR/cross/posix/lib/* $JEHANNE/posix/lib
#echo done.