wrappers/x86_64-jehanne-gcc: fix includes

This commit is contained in:
Giacomo Tesio 2019-12-16 00:25:24 +01:00
parent f61a6114e7
commit a96022f9bd
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ echo >> $WRAPPER_LOG
echo >> $WRAPPER_LOG
if echo $ARGS|grep -e '\.c\b' -e '\b\-o\b' -e ' -o ' > /dev/null; then
TOINCLUDE="-I$JEHANNE/posix/include"
TOINCLUDE="-I$JEHANNE/posix/lib/gcc/x86_64-jehanne/9.2.0/include -I$JEHANNE/posix/include"
TOLINK="-L$JEHANNE/posix/lib -L$JEHANNE/arch/amd64/lib -lnewlibc -lposix -lc"
date --rfc-3339="ns" |tee -a $WRAPPER_LOG
export >> $WRAPPER_LOG