1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 14:27:35 +00:00

Meta: Add the ability to specify clang with serenity.sh

This enables maintaining gcc and clang builds side-by-side.
This commit is contained in:
Tom 2021-09-03 14:12:07 -06:00 committed by Andreas Kling
parent 2f426765a6
commit 77953a937d
2 changed files with 30 additions and 5 deletions

View file

@ -12,7 +12,7 @@ LLVM_ARCH=
[ "$ARCH" = "i686" ] && LLVM_ARCH="i386" || LLVM_ARCH="$ARCH"
LLVM_TARGET="$LLVM_ARCH-pc-serenity"
PREFIX="$DIR/Local/clang/$ARCH"
BUILD="$DIR/../Build/$ARCH"
BUILD="$DIR/../Build/clang/$ARCH"
SYSROOT="$BUILD/Root"
MD5SUM="md5sum"