elftoolchain
This commit is contained in:
parent
58d098dfae
commit
a9a3077633
16 changed files with 260 additions and 14 deletions
12
config.mk
12
config.mk
|
|
@ -1,5 +1,15 @@
|
|||
# musllvm default flags
|
||||
# --------------------------------
|
||||
# feel free to change these however you like
|
||||
#
|
||||
|
||||
SOURCES_FILE=./sources.list
|
||||
#
|
||||
# these are shared between the Makefile and scripts
|
||||
#
|
||||
ARCH=$(shell uname -m)
|
||||
SOURCES_FILE=./sources.list
|
||||
FROOT="${ARCH}-musllvm"
|
||||
CROSS="./build/cross" # cross directory
|
||||
|
||||
# MAKEFLAGS to parse the amounto of cores used
|
||||
MAKEFLAGS="-j$(shell nproc) -l$(shell nproc)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue