Skip to content
Snippets Groups Projects
Commit 581d6fe1 authored by alice's avatar alice
Browse files

main/clang16: depend on llvm-linker-tools

parent b9f40311
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,14 @@ check() {
package() {
# the libraries should always exactly match, not just by soname
depends="$pkgname-libs=$pkgver-r$pkgrel fortify-headers>=1.1-r2 gcc libstdc++-dev"
# gcc is for libgcc-dev which we don't have split
depends="
$pkgname-libs=$pkgver-r$pkgrel
llvm$_llvmver-linker-tools
fortify-headers>=1.1-r2
gcc
libstdc++-dev
"
# create system config
# clang doesn't really have a way to set default -march abi options, so use the system config dir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment