musllvm/scripts/config.sh

17 lines
381 B
Bash
Raw Permalink Normal View History

2025-11-15 13:08:46 -07:00
# musllvm default flags
# --------------------------------
# feel free to change these however you like
#
#
# these are shared between the Makefile and scripts
#
ARCH=$(uname -m)
PROOT=${PWD}
SOURCES_FILE=${PROOT}/sources.list
2025-11-15 13:08:46 -07:00
FROOT="${ARCH}-musllvm"
CROSS="${PROOT}/build/cross" # cross directory
2025-11-15 13:08:46 -07:00
# MAKEFLAGS to parse the amounto of cores used
MAKEFLAGS="-j$(nproc) -l$(nproc)"