mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Toolchain: Create an nm
symlink for Clang
This is required for building the QEMU port using Clang.
This commit is contained in:
parent
9cded6e1b5
commit
57516c3a9e
Notes:
sideshowbarker
2024-07-17 01:53:23 +09:00
Author: https://github.com/timschumi Commit: https://github.com/SerenityOS/serenity/commit/57516c3a9e Pull-request: https://github.com/SerenityOS/serenity/pull/18090 Reviewed-by: https://github.com/BertalanD ✅
1 changed files with 1 additions and 0 deletions
|
@ -325,6 +325,7 @@ pushd "$DIR/Local/clang/bin/"
|
|||
for arch in $ARCHS; do
|
||||
ln -s clang "$arch"-pc-serenity-clang
|
||||
ln -s clang++ "$arch"-pc-serenity-clang++
|
||||
ln -s llvm-nm "$arch"-pc-serenity-nm
|
||||
echo "--sysroot=$BUILD/${arch}clang/Root" > "$arch"-pc-serenity.cfg
|
||||
done
|
||||
popd
|
||||
|
|
Loading…
Reference in a new issue