modified build system + added musl_c build
This commit is contained in:
parent
72539d23c4
commit
00915846b7
7 changed files with 79 additions and 24 deletions
5
Makefile
5
Makefile
|
|
@ -1,9 +1,5 @@
|
|||
include config.mk
|
||||
|
||||
SOURCES_FILE=./sources.list
|
||||
ARCH=$(shell uname -m)
|
||||
FROOT="${ARCH}-musllvm"
|
||||
|
||||
all:
|
||||
|
||||
pull:
|
||||
|
|
@ -19,6 +15,7 @@ pull:
|
|||
|
||||
build: init
|
||||
./scripts/headers.sh
|
||||
./scripts/musl.sh
|
||||
|
||||
init:
|
||||
@if [ ! -d ./build/${FROOT} ]; then \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue