Reworking the toolchain
We need to make a cross compiler first before then targeting the actual toolchain
This commit is contained in:
parent
e12419d686
commit
58d098dfae
3 changed files with 7 additions and 13 deletions
3
Makefile
3
Makefile
|
|
@ -14,8 +14,7 @@ pull:
|
|||
fi
|
||||
|
||||
build: init
|
||||
./scripts/headers.sh
|
||||
./scripts/musl.sh
|
||||
./scripts/musl-cross.sh
|
||||
|
||||
init:
|
||||
@if [ ! -d ./build/${FROOT} ]; then \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue