George Hu pushed to branch main at Arch Linux / Packaging / Packages / deno


Commits:
63bc9bad by Kino at 2026-05-19T12:26:49+00:00
adjust compiler-rt path suffix for riscv

- - - - -


2 changed files:

- PKGBUILD
- compiler-rt-adjust-paths.patch


Changes:

=====================================
PKGBUILD
=====================================
@@ -16,7 +16,7 @@ 
source=("git+https://github.com/denoland/deno.git#tag=v$pkgver";
         "compiler-rt-adjust-paths.patch")
 
sha512sums=('329f31a27270a5967584df6ca1b4f08427521444c53af6d5f0a0bbfcbc10661198bdc500506fea471706ed6a3bdc491fe44c2cd9f4c15e510adca1f6774edeee'
             
'c2c8fd69a41259c654d2bdd2ca36b156d9d5d945726fea935dcbb6e89eec0a9246dbe9f77adbeda670b4d4c5b29a1455a4c53c6e50614543bbba0f6465e863e6'
-            
'b3afc9305c5c7884f66e18e12fafded471cd5842ca39391cb21b19f8009ffb502d3534d93af6fdbce27a6690d5ea94cb94cc20793436c108c83dae5b17af3ffa')
+            
'2cf562801aa29a6e046ff1f3a21e77db01b0d249a1e814900497d4378aa9475fe55411c8e386e7b48e83860a8d78c916dba1f2365e115d219343f1928b0b442c')
 
 prepare() {
   cd rusty_v8


=====================================
compiler-rt-adjust-paths.patch
=====================================
@@ -2,7 +2,7 @@ diff --git a/build/config/clang/BUILD.gn 
b/build/config/clang/BUILD.gn
 index d4de2e0cca0..57359c32121 100644
 --- a/build/config/clang/BUILD.gn
 +++ b/build/config/clang/BUILD.gn
-@@ -130,12 +130,15 @@ template("clang_lib") {
+@@ -191,16 +191,20 @@
        } else if (is_linux || is_chromeos) {
          if (current_cpu == "x64") {
            _dir = "x86_64-unknown-linux-gnu"
@@ -18,7 +18,12 @@ index d4de2e0cca0..57359c32121 100644
          } else if (current_cpu == "loong64") {
            _dir = "loongarch64-unknown-linux-gnu"
          } else if (current_cpu == "riscv64") {
-@@ -166,6 +169,11 @@ template("clang_lib") {
+           _dir = "riscv64-unknown-linux-gnu"
++          _suffix = "-riscv64"
+         } else if (current_cpu == "ppc64") {
+           _dir = "ppc64le-unknown-linux-gnu"
+         } else if (current_cpu == "s390x") {
+@@ -235,6 +239,11 @@
          assert(false)  # Unhandled target platform
        }
  



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/deno/-/commit/63bc9badd6fdb3889317c334314179b580278d33

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/deno/-/commit/63bc9badd6fdb3889317c334314179b580278d33
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to