Build with gcc rather than clang.
authorPeter Michael Green <plugwash@debian.org>
Sat, 3 Aug 2024 02:27:09 +0000 (02:27 +0000)
committerPeter Michael Green <plugwash@debian.org>
Sat, 3 Aug 2024 02:27:09 +0000 (02:27 +0000)
debian/changelog
debian/rules

index 80598ba17ceadbcd1f67496c676ee6e64294e52a..546f1a2c17ea4513cbc48450507e5fb1afea23d9 100644 (file)
Binary files a/debian/changelog and b/debian/changelog differ
index 7a1a3cef26bc55d3769a6e9b301144616b80d464..06deaf045d2d5b875ea2eb7f291c2a1b1ef6f365 100755 (executable)
@@ -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)