--- /dev/null
+From: Peter Michael Green <plugwash@raspbian.org>
+Date: Sat, 5 Feb 2022 14:30:32 +0000
+X-Dgit-Generated: 1:91.5.1-1+rpi1 ee3c5f7c5038a688fb27935d347ea039c851f63f
+Subject: Further raspbian hacks to rust target selection.
+
+
+---
+
+--- thunderbird-91.5.1.orig/build/moz.configure/rust.configure
++++ thunderbird-91.5.1/build/moz.configure/rust.configure
+@@ -393,6 +393,9 @@ def detect_rustc_target(
+ if rustc_target is None:
+ die("Don't know how to translate {} for rustc".format(host_or_target.alias))
+
++ #raspbian hack
++ if rustc_target == "armv7-unknown-linux-gnueabihf":
++ rustc_target = "arm-unknown-linux-gnueabihf"
+ return rustc_target
+
+
disable-neon-in-qcms.patch
patch-out-neon-in-freebl.patch
use-a-define-instead-of-a-typedef-for-do.patch
+further-raspbian-hacks-to-rust-target-se.patch