mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:37:45 +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:
parent
2f426765a6
commit
77953a937d
2 changed files with 30 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue