kumquat-buildroot/board/qemu
Romain Naour 780af51d86 board/qemu/ppc-mpc8544ds: apply Debian patch fixing wrong mcpu
When building the linux kernel for PPC_85xx cpus with GCC 8, the build fail with:

  powerpc-e500v2-linux-gnuspe-gcc: error: unrecognized argument in option '-mcpu=powerpc'
  powerpc-e500v2-linux-gnuspe-gcc: note: valid arguments to '-mcpu=' are: 8540 8548 native

"GCC started treating "PowerPC" and "PowerPC SPE" as two different architectures and
that's the reason for the reduced -mcpu list." [1]

As suggested in the crosstool-ng issue [1], apply the Debian patch to avoid
-mcpu=powerpc or -mcpu=powerpc64.

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/830981654

[1] https://github.com/crosstool-ng/crosstool-ng/issues/1152
[2] https://salsa.debian.org/kernel-team/linux/-/blob/buster/debian/patches/bugfix/powerpc/powerpc-fix-mcpu-options-for-spe-only-compiler.patch

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2020-11-09 21:23:46 +01:00
..
aarch64-virt board/qemu/aarch64-virt/linux.config: enable VIRTIO_FS driver 2020-07-11 15:54:17 +02:00
arm-versatile
arm-vexpress
arm-vexpress-tz
csky
m68k-mcf5208
m68k-q800
microblazebe-mmu
microblazeel-mmu
mips32r2-malta
mips32r2el-malta
mips32r6-malta configs/qemu_mips32r6: fix Linux kernel build with gcc 10.x 2020-08-05 23:13:13 +02:00
mips32r6el-malta configs/qemu_mips32r6: fix Linux kernel build with gcc 10.x 2020-08-05 23:13:13 +02:00
mips64-malta
mips64el-malta
mips64r6-malta configs/qemu_mips64r6: fix Linux kernel build with gcc 10.x 2020-08-05 23:13:47 +02:00
mips64r6el-malta configs/qemu_mips64r6: fix Linux kernel build with gcc 10.x 2020-08-05 23:13:47 +02:00
nios2-10m50
or1k
ppc64-e5500
ppc64-pseries
ppc64le-pseries
ppc-g3beige
ppc-mac99
ppc-mpc8544ds board/qemu/ppc-mpc8544ds: apply Debian patch fixing wrong mcpu 2020-11-09 21:23:46 +01:00
ppc-virtex-ml507
riscv32-virt configs/qemu_riscv32_virt: use Linux 5.4 kernel 2020-09-03 23:47:39 +02:00
riscv64-virt board/qemu/riscv64-virt: update qemu cmdline for Qemu >= 5.1 2020-10-03 09:00:59 +02:00
s390x board/qemu: add IBM s390x and Z arch support 2020-09-24 22:55:37 +02:00
sh4-r2d
sh4eb-r2d
sparc64-sun4u
sparc-ss10
x86
x86_64
xtensa-lx60
post-image.sh