From c18d712371da0ca85870340820cbf03019fd52e0 Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Thu, 19 Sep 2024 16:36:09 +0000 Subject: [PATCH] don't build mips* targets for qemu. --- debian/changelog | 4 ++++ debian/control | 2 -- debian/targets.mk | 8 -------- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index a3da5c7f1..21c388892 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 19 Sep 2024 15:59:18 +0000 u-boot (2024.01+dfsg-5) unstable; urgency=medium diff --git a/debian/control b/debian/control index 5f94944ad..2a32bf11b 100644 --- a/debian/control +++ b/debian/control @@ -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/ diff --git a/debian/targets.mk b/debian/targets.mk index a5922357f..ba1072687 100644 --- a/debian/targets.mk +++ b/debian/targets.mk @@ -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 -- 2.30.2