From eeeee3d7b4f6e53c7f25ad3ef903b0ba70c362b6 Mon Sep 17 00:00:00 2001 From: Romain Naour Date: Fri, 28 Jul 2023 00:25:42 +0200 Subject: [PATCH] configs: remove qemu_sparc_ss10_defconfig Since gcc 11 [1] the sparc architecture is disabled since it produce a non working image. Buildroot now provide gcc 13.x, 12.x and 11.x and we are going to remove gcc 10 that was the last working release (thanks to a local patch). First remove qemu_sparc_ss10_defconfig since it will no longer be possible to build it with the internal toolchain backend. Signed-off-by: Romain Naour Signed-off-by: Thomas Petazzoni --- configs/qemu_sparc_ss10_defconfig | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 configs/qemu_sparc_ss10_defconfig diff --git a/configs/qemu_sparc_ss10_defconfig b/configs/qemu_sparc_ss10_defconfig deleted file mode 100644 index 7d1a424eef..0000000000 --- a/configs/qemu_sparc_ss10_defconfig +++ /dev/null @@ -1,28 +0,0 @@ -# Architecture -BR2_sparc=y -BR2_sparc_v8=y - -# System -BR2_SYSTEM_DHCP="eth0" - -# Filesystem -BR2_TARGET_ROOTFS_EXT2=y -# BR2_TARGET_ROOTFS_TAR is not set - -# Image -BR2_ROOTFS_POST_IMAGE_SCRIPT="board/qemu/post-image.sh" -BR2_ROOTFS_POST_SCRIPT_ARGS="$(BR2_DEFCONFIG)" - -# Linux headers same as kernel -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y - -# Linux kernel -BR2_LINUX_KERNEL=y -BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.1.26" -BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/sparc-ss10/linux.config" - -# host-qemu for gitlab testing -BR2_PACKAGE_HOST_QEMU=y -BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE=y