Further raspbian hacks to rust target selection.
authorPeter Michael Green <plugwash@raspbian.org>
Sat, 5 Feb 2022 14:30:32 +0000 (14:30 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Sat, 5 Feb 2022 14:30:32 +0000 (14:30 +0000)
build/moz.configure/rust.configure
debian/changelog

index 07308cb6cd3dcd4519f099ea92f69aeecb9af1a0..6a66f031d4788165dd38df47b8c7d37efe518716 100644 (file)
@@ -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
 
 
index 4bd04349953a73cab6a29a7367c4032b238de958..ac312e1053edf8f03a29a17fd16ca35d9510684a 100644 (file)
@@ -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 <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