From: Peter Michael Green Date: Fri, 23 Jan 2026 09:02:29 +0000 (+0000) Subject: Add armhf to the list of architectures where clang rt is unavailable. X-Git-Tag: archive/raspbian/1.91.1+dfsg1-1+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3e735eac663cba8b59a77275154889ea0983146a;p=rustc.git Add armhf to the list of architectures where clang rt is unavailable. --- diff --git a/debian/changelog b/debian/changelog index d6f8e4feab..c363c88741 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ rustc (1.91.1+dfsg1-1+rpi1) forky-staging; urgency=medium * 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 Thu, 22 Jan 2026 06:04:58 +0000 diff --git a/debian/rules b/debian/rules index 4dcc11ea45..014da6749a 100755 --- a/debian/rules +++ b/debian/rules @@ -54,7 +54,7 @@ ifeq (armhf,$(DEB_TARGET_ARCH)) 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