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
* Use a #define instead of a typedef for double_t in fdlibm to prevent conflicting
definitions error.
- -- Raspbian forward porter <root@raspbian.org> 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 <plugwash@raspbian.org> Sat, 05 Feb 2022 14:30:12 +0000
thunderbird (1:91.5.1-1) unstable; urgency=medium