From 950cf2043b293afac6d95a02c91bb9b42ca48ff2 Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Tue, 8 Apr 2025 02:10:57 +0000 Subject: [PATCH] use gcc not clang. --- debian/changelog | 3 +++ debian/rules | 10 +++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index c8b76bda3b..d21667f467 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ webkit2gtk (2.48.0-1+rpi1) trixie-staging; urgency=medium * Disable javascript JIT as it doesn't appear to be armv6 compatible (at least I assume that is the cause of the assembler errors) + [changes introduced in 2.48.0-1+rpi1 by Peter Michael Green] + * Use gcc not clang. + -- Peter Michael Green Thu, 03 Apr 2025 16:19:18 +0000 webkit2gtk (2.48.0-1) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 81aac21a91..92f08a0eee 100755 --- a/debian/rules +++ b/debian/rules @@ -39,11 +39,11 @@ endif # Skia strongly recommends using clang # https://skia.org/docs/user/build/#supported-and-preferred-compilers -ifneq (,$(filter $(DEB_HOST_ARCH),amd64 arm64 armel armhf ppc64el riscv64 s390x)) - EXTRA_CMAKE_ARGUMENTS += \ - -DCMAKE_C_COMPILER=clang \ - -DCMAKE_CXX_COMPILER=clang++ -endif +#ifneq (,$(filter $(DEB_HOST_ARCH),amd64 arm64 armel armhf ppc64el riscv64 s390x)) +# EXTRA_CMAKE_ARGUMENTS += \ +# -DCMAKE_C_COMPILER=clang \ +# -DCMAKE_CXX_COMPILER=clang++ +#endif # Sacrifice speed in order to make it more likely resource limits # won't be hit. -- 2.30.2