Add custom LLVM compiler path support (#102)

This commit is contained in:
Tony
2020-10-27 16:55:39 -04:00
committed by GitHub
parent dfbb291d5d
commit 8476633083
3 changed files with 10 additions and 2 deletions

View File

@@ -21,6 +21,10 @@ _NUKR="true"
# Example: CUSTOM_GCC_PATH="/home/frog/PKGBUILDS/mostlyportable-gcc/gcc-mostlyportable-9.2.0"
CUSTOM_GCC_PATH=""
# Custom LLVM compiler root dirs - Leave empty to use system llvm compiler
# Example: CUSTOM_LLVM_PATH="/home/frog/PKGBUILDS/mostlyportable-llvm/llvm-mostlyportable-11.0.0"
CUSTOM_LLVM_PATH=""
# Set to the number corresponding to a predefined profile to use it. Current list of available profiles :
# 1 - Custom (meaning nothing will be enforced and you get to configure everything)
# 2 - Ryzen desktop (performance)