From 8a744f083cc538b12505804ec91264ac01726d42 Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Sat, 4 Jan 2025 23:55:12 -0800 Subject: [PATCH] Temporarily remove uemacs from buildroot image because of issues with gcc14 --- linux/br2-external-tree/configs/wally_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/br2-external-tree/configs/wally_defconfig b/linux/br2-external-tree/configs/wally_defconfig index b105251e4..24d82e9d0 100644 --- a/linux/br2-external-tree/configs/wally_defconfig +++ b/linux/br2-external-tree/configs/wally_defconfig @@ -31,7 +31,7 @@ BR2_PACKAGE_RAMSPEED=y BR2_PACKAGE_WHETSTONE=y BR2_PACKAGE_SDL=y BR2_PACKAGE_ZSH=y -BR2_PACKAGE_UEMACS=y +# BR2_PACKAGE_UEMACS=y # temporarily disabled due to build issues with gcc 14 BR2_TARGET_ROOTFS_INITRAMFS=y # BR2_TARGET_ROOTFS_TAR is not set BR2_TARGET_OPENSBI=y