mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Ports: Remove the duplicated Clang compiler symlinks
Those have been added to the Clang build script in
d4d6f2d945
, and now that the Clang version
has been updated, everyone should have those symlinks already anyways.
This commit is contained in:
parent
f45238db0f
commit
119567e176
Notes:
sideshowbarker
2024-07-17 07:35:03 +09:00
Author: https://github.com/timschumi Commit: https://github.com/SerenityOS/serenity/commit/119567e176 Pull-request: https://github.com/SerenityOS/serenity/pull/15233 Reviewed-by: https://github.com/BenWiederhake ✅ Reviewed-by: https://github.com/bgianfo
1 changed files with 0 additions and 6 deletions
|
@ -33,12 +33,6 @@ if [ "$SERENITY_TOOLCHAIN" = "Clang" ]; then
|
|||
export OBJCOPY="llvm-objcopy"
|
||||
export STRIP="llvm-strip"
|
||||
export CXXFILT="llvm-cxxfilt"
|
||||
# FIXME: Remove after next toolchain update (symlinks already in BuildClang.sh)
|
||||
if [ ! -f "${SERENITY_TOOLCHAIN_BINDIR}/${SERENITY_ARCH}-pc-serenity-clang" ]; then
|
||||
ln -s clang "${SERENITY_TOOLCHAIN_BINDIR}/${SERENITY_ARCH}-pc-serenity-clang"
|
||||
ln -s clang++ "${SERENITY_TOOLCHAIN_BINDIR}/${SERENITY_ARCH}-pc-serenity-clang++"
|
||||
echo "--sysroot=${SERENITY_BUILD_DIR}/Root" > "${SERENITY_TOOLCHAIN_BINDIR}/${SERENITY_ARCH}-pc-serenity.cfg"
|
||||
fi
|
||||
else
|
||||
export SERENITY_BUILD_DIR="${SERENITY_SOURCE_DIR}/Build/${SERENITY_ARCH}"
|
||||
export SERENITY_TOOLCHAIN_BINDIR="${SERENITY_SOURCE_DIR}/Toolchain/Local/${SERENITY_ARCH}/bin"
|
||||
|
|
Loading…
Reference in a new issue