missing cd

This commit is contained in:
Liam Wilson 2024-01-12 03:05:52 +00:00
parent 451435852e
commit b8d11bfe25

View file

@ -315,6 +315,7 @@ fi
tcc-boot0 -c -D HAVE_CONFIG_H=1 -I include -I include/linux/${MES_ARCH} -o unified-libc.o unified-libc.c tcc-boot0 -c -D HAVE_CONFIG_H=1 -I include -I include/linux/${MES_ARCH} -o unified-libc.o unified-libc.c
tcc-boot0 -ar cr ${LIBDIR}/libc.a unified-libc.o tcc-boot0 -ar cr ${LIBDIR}/libc.a unified-libc.o
cd ../${TCC_PKG}
# rebuild tcc-boot0 with itself again # rebuild tcc-boot0 with itself again
tcc-boot0 \ tcc-boot0 \