[packages/mozjs115] - one more x32 fix

qboosh qboosh at pld-linux.org
Sat Sep 23 17:26:05 CEST 2023


commit 87e12ee769af5719c9db2049ec25a347f0e60582
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Sep 23 16:53:33 2023 +0200

    - one more x32 fix

 x32.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/x32.patch b/x32.patch
index f4dba29..0f8c937 100644
--- a/x32.patch
+++ b/x32.patch
@@ -128,3 +128,14 @@
          cpu_arch == "arm" and int(buildconfig.substs["ARM_ARCH"]) >= 7
      ):
          contents += "#define JS_HAVE_GENERATED_ATOMIC_OPS 1"
+--- firefox-115.2.1/mozglue/misc/moz.build.orig	2023-09-12 06:32:32.000000000 +0200
++++ firefox-115.2.1/mozglue/misc/moz.build	2023-09-23 16:32:11.054352318 +0200
+@@ -51,7 +51,7 @@ SOURCES += [
+     "Uptime.cpp",
+ ]
+ 
+-if CONFIG["CPU_ARCH"].startswith("x86"):
++if CONFIG["CPU_ARCH"].startswith("x86") or CONFIG["CPU_ARCH"].startswith("x32"):
+     SOURCES += [
+         "SIMD_avx2.cpp",
+         "SSE.cpp",
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mozjs115.git/commitdiff/87e12ee769af5719c9db2049ec25a347f0e60582



More information about the pld-cvs-commit mailing list