From ee3c5f7c5038a688fb27935d347ea039c851f63f Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Sat, 5 Feb 2022 14:30:32 +0000 Subject: [PATCH] Further raspbian hacks to rust target selection. --- build/moz.configure/rust.configure | 3 +++ debian/changelog | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/build/moz.configure/rust.configure b/build/moz.configure/rust.configure index 07308cb6cd..6a66f031d4 100644 --- a/build/moz.configure/rust.configure +++ b/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 diff --git a/debian/changelog b/debian/changelog index 4bd0434995..ac312e1053 100644 --- a/debian/changelog +++ b/debian/changelog @@ -33,7 +33,10 @@ thunderbird (1:91.5.1-1+rpi1) bookworm-staging; urgency=medium * Use a #define instead of a typedef for double_t in fdlibm to prevent conflicting definitions error. - -- Raspbian forward porter Fri, 04 Feb 2022 09:26:53 +0000 + [changes introduced in 1:91.5.1-1+rpi1 by Peter Micheal Green] + * Further hacks to rust target selection. + + -- Peter Michael Green Sat, 05 Feb 2022 14:30:12 +0000 thunderbird (1:91.5.1-1) unstable; urgency=medium -- 2.30.2