don't build mips* targets for qemu.
authorPeter Michael Green <plugwash@raspbian.org>
Thu, 19 Sep 2024 16:36:09 +0000 (16:36 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 19 Sep 2024 16:36:09 +0000 (16:36 +0000)
debian/changelog
debian/control
debian/targets.mk

index a3da5c7f14f17ea448a38c58ee626c94fdf0b311..21c3888928d6933a2152fdcb41fe9d379d98d2a8 100644 (file)
@@ -7,6 +7,10 @@ u-boot (2024.01+dfsg-5+rpi1) trixie-staging; urgency=medium
   * Don't build powerpc targets for qemu, my attempts to build the nessacery
     cross-compiler in raspbian failed.
 
+  [changes introduced in 2024.01+dfsg-5+rpi1 by Peter Michael Green]
+  * Don't build mips* targets for quemu either. I don't want to add
+    more cross-compilers to raspbian.
+
  -- Peter Michael Green <plugwash@raspbian.org>  Thu, 19 Sep 2024 15:59:18 +0000
 
 u-boot (2024.01+dfsg-5) unstable; urgency=medium
index 5f94944ad6aaaa79b4c02f1af80f2837c256b2d7..2a32bf11b5f30a888238aef0a99b7aa9c30e45e1 100644 (file)
@@ -38,8 +38,6 @@ Build-Depends-Indep:
  gcc-aarch64-linux-gnu [!arm64],
  gcc-riscv64-linux-gnu [!riscv64],
  gcc-x86-64-linux-gnu [!amd64],
- gcc-mips64el-linux-gnuabi64 [!mips64el],
- gcc-mipsel-linux-gnu [!mipsel],
 Rules-Requires-Root: no
 Standards-Version: 4.6.2
 Homepage: https://www.denx.de/wiki/U-Boot/
index a5922357f7fdfe398aab2073d327739314445f94..ba10726870f63de3b0b174742eb561a5d3db5a71 100644 (file)
@@ -351,14 +351,6 @@ endif
 
 # u-boot-qemu (Architecture: all)
 
-  u-boot-qemu_platforms += malta64el
-  malta64el_CROSS_COMPILE := mips64el-linux-gnuabi64-
-  malta64el_targets := u-boot.bin uboot.elf
-
-  u-boot-qemu_platforms += maltael
-  maltael_CROSS_COMPILE := mipsel-linux-gnu-
-  maltael_targets := u-boot.bin uboot.elf
-
   u-boot-qemu_platforms += qemu-riscv64
   qemu-riscv64_CROSS_COMPILE := riscv64-linux-gnu-
   qemu-riscv64_targets := u-boot.bin uboot.elf