Reworking the toolchain

We need to make a cross compiler first before then targeting the actual
toolchain
This commit is contained in:
cowmonk 2025-11-15 10:15:15 -07:00
parent e12419d686
commit 58d098dfae
3 changed files with 7 additions and 13 deletions

View file

@ -14,8 +14,7 @@ pull:
fi
build: init
./scripts/headers.sh
./scripts/musl.sh
./scripts/musl-cross.sh
init:
@if [ ! -d ./build/${FROOT} ]; then \