elftoolchain

This commit is contained in:
cowmonk 2025-11-15 13:08:46 -07:00
parent 58d098dfae
commit a9a3077633
16 changed files with 260 additions and 14 deletions

15
scripts/config.sh Executable file
View file

@ -0,0 +1,15 @@
# musllvm default flags
# --------------------------------
# feel free to change these however you like
#
#
# these are shared between the Makefile and scripts
#
ARCH=$(uname -m)
SOURCES_FILE=./sources.list
FROOT="${ARCH}-musllvm"
CROSS="./build/cross" # cross directory
# MAKEFLAGS to parse the amounto of cores used
MAKEFLAGS="-j$(nproc) -l$(nproc)"