Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
chromium


Commits:
30669ac9 by 乾康 周 at 2025-08-02T16:49:45+03:00
Support aarch64 and loongarch64 in compiler-rt patch

- - - - -


2 changed files:

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


Changes:

=====================================
PKGBUILD
=====================================
@@ -36,7 +36,7 @@ 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
 sha256sums=('720a1196410080056cd97a1f5ec34d68ba216a281d9b5157b7ea81ea018ec661'
             '213e50f48b67feb4441078d50b0fd431df34323be15be97c55302d3fdac4483a'
             '11a96ffa21448ec4c63dd5c8d6795a1998d8e5cd5a689d91aea4d2bdd13fb06e'
-            'bafb04282db0ae19d4e42e022fdccfafb424f18406e5b893475dc18bf4bd8f9e'
+            '5eb62f142569bd6887396410ad174a4e9e932790361567df0fd9127003d6b2a0'
             'd634d2ce1fc63da7ac41f432b1e84c59b7cceabf19d510848a7cff40c8025342'
             'e6da901e4d0860058dc2f90c6bbcdc38a0cf4b0a69122000f62204f24fa7e374')
 


=====================================
compiler-rt-adjust-paths.patch
=====================================
@@ -1,8 +1,8 @@
 diff --git a/build/config/clang/BUILD.gn b/build/config/clang/BUILD.gn
-index 8c03235f5d14..6c9afd9e1b5b 100644
+index 8c03235f5d141..c1f60044d4749 100644
 --- a/build/config/clang/BUILD.gn
 +++ b/build/config/clang/BUILD.gn
-@@ -210,12 +210,15 @@ template("clang_lib") {
+@@ -210,14 +210,18 @@ template("clang_lib") {
        } else if (is_linux || is_chromeos) {
          if (current_cpu == "x64") {
            _dir = "x86_64-unknown-linux-gnu"
@@ -17,8 +17,11 @@ index 8c03235f5d14..6c9afd9e1b5b 100644
 +          _suffix = "-aarch64"
          } else if (current_cpu == "loong64") {
            _dir = "loongarch64-unknown-linux-gnu"
++          _suffix = "-loongarch64"
          } else {
-@@ -248,6 +251,11 @@ template("clang_lib") {
+           assert(false)  # Unhandled cpu type
+         }
+@@ -248,6 +252,11 @@ template("clang_lib") {
          assert(false)  # Unhandled target platform
        }
  



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/30669ac90549a7c72536554c0620f6ba17fde512

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/30669ac90549a7c72536554c0620f6ba17fde512
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to