diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-05-16 02:06:12 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-05-16 02:06:12 +0000 |
| commit | 823afc36dc4e12448dd9aeb3c574aea7acd234f6 (patch) | |
| tree | bc402acad2c6f3f160075132734613d7a668732b /repos/core/llvm/abuild | |
| parent | 8eac3d18f6f2435d93d556939cc64b1eff92e2b6 (diff) | |
| download | alicelinux-823afc36dc4e12448dd9aeb3c574aea7acd234f6.tar.gz alicelinux-823afc36dc4e12448dd9aeb3c574aea7acd234f6.zip | |
llvm: updated to 20.1.4
Diffstat (limited to 'repos/core/llvm/abuild')
| -rw-r--r-- | repos/core/llvm/abuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/repos/core/llvm/abuild b/repos/core/llvm/abuild index 2dfbce83..54b5e062 100644 --- a/repos/core/llvm/abuild +++ b/repos/core/llvm/abuild @@ -1,5 +1,5 @@ name=llvm -version=20.1.3 +version=20.1.4 release=1 source="https://github.com/llvm/llvm-project/releases/download/llvmorg-${version}/llvm-project-${version}.src.tar.xz c89 c99 @@ -89,6 +89,7 @@ postbuild() { ln -s lld $PKG/usr/bin/ld ln -s clang $PKG/usr/bin/cc ln -s clang $PKG/usr/bin/gcc + ln -s clang $PKG/usr/bin/cpp ln -s clang++ $PKG/usr/bin/c++ ln -s clang++ $PKG/usr/bin/g++ install -m755 $SRC/c89 $PKG/usr/bin/c89 |