Rework on scripts
Also we are now using a cross compiler to create the toolchain because I'm too lazy to do too much scripting lmao.
This commit is contained in:
parent
a9a3077633
commit
b041f9304f
8 changed files with 45 additions and 43 deletions
|
|
@ -7,9 +7,10 @@
|
|||
# these are shared between the Makefile and scripts
|
||||
#
|
||||
ARCH=$(shell uname -m)
|
||||
SOURCES_FILE=./sources.list
|
||||
PROOT=${PWD}
|
||||
SOURCES_FILE=${PROOT}/sources.list
|
||||
FROOT="${ARCH}-musllvm"
|
||||
CROSS="./build/cross" # cross directory
|
||||
CROSS="${PROOT}/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