* Use the compiler itself rather than dpkg to detect DEB_BUILD_RUST_TYPE
[changes introduced in 1.57.0+dfsg1-1+rpi1 by Peter Michael Green]
* Disable testsuite for arch all builds as well.
+ [changes introduced in 1.91.1+dfsg1-1+rpi1 by Peter Michael Green]
+ * Add armhf to the list of architectures where clang rt is unavailable.
-- Peter Michael Green <plugwash@raspbian.org> Thu, 22 Jan 2026 06:04:58 +0000
CLANG_RT_ARCH = armhf
endif
-ifneq (,$(filter $(DEB_TARGET_ARCH),sparc64 mips64el hurd-i386 hurd-amd64 x32))
+ifneq (,$(filter $(DEB_TARGET_ARCH),armhf sparc64 mips64el hurd-i386 hurd-amd64 x32))
# sparc64: see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061125
# mips64el: has profiler, but buggy atm (32-bit overflow in some counter?)
# x32: has profiler, but no builtins support upstream, so disabled for now