mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:27:35 +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
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…
Add table
Add a link
Reference in a new issue