From: Peter Michael Green Date: Sat, 3 Aug 2024 02:27:09 +0000 (+0000) Subject: Build with gcc rather than clang. X-Git-Tag: archive/raspbian/4%24.2.5-1+rpi1~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=00cc8d863076e3fe7fe2efc2938a5ef30732523d;p=libreoffice.git Build with gcc rather than clang. --- diff --git a/debian/changelog b/debian/changelog index 80598ba17ce..546f1a2c17e 100644 Binary files a/debian/changelog and b/debian/changelog differ diff --git a/debian/rules b/debian/rules index 7a1a3cef26b..06deaf045d2 100755 --- a/debian/rules +++ b/debian/rules @@ -604,7 +604,7 @@ $(eval $(call gen_no_archs,OOO_LE_ARCHS)) # s390x: bigendian, so no skia at all # ppc64el: see https://git.launchpad.net/~libreoffice/ubuntu/+source/libreoffice/patch/?id=be47aa72aad414537d27f0a18af7d067f1398666 and # https://github.com/llvm/llvm-project/issues/63214 -OOO_CLANG_ARCHS := $(filter-out alpha ia64 ppc64el mipsel mips64el,$(OOO_LE_ARCHS)) +OOO_CLANG_ARCHS := $(filter-out alpha ia64 ppc64el mipsel mips64el armhf,$(OOO_LE_ARCHS)) $(eval $(call gen_no_archs,OOO_CLANG_ARCHS)) # supported upstream (upstream does aarch64 flatpak builds)