From 0c917ab37e1e8522e76eb50fb1b98cca2018d2f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Walstr=C3=B6m?= Date: Tue, 16 Apr 2024 07:08:48 +0200 Subject: [PATCH] Revert "Change toolchaing from bleeding edge => stable" This reverts commit 66ec55b7e83f7c3555d0f4d423ab01dd64f64b69. Whit this, crun failed in mysterius ways. Revert to bleeding edge. --- configs/aarch64_defconfig | 1 - configs/r2s_defconfig | 1 - configs/x86_64_defconfig | 1 - 3 files changed, 3 deletions(-) diff --git a/configs/aarch64_defconfig b/configs/aarch64_defconfig index 53610679..11543b60 100644 --- a/configs/aarch64_defconfig +++ b/configs/aarch64_defconfig @@ -2,7 +2,6 @@ BR2_aarch64=y BR2_ARM_FPU_VFPV4=y BR2_TOOLCHAIN_EXTERNAL=y BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y -BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_GLIBC_STABLE=y BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY=y BR2_DL_DIR="${BR2_EXTERNAL_INFIX_PATH}/dl" BR2_CCACHE=y diff --git a/configs/r2s_defconfig b/configs/r2s_defconfig index be5cfc27..9fa864a5 100644 --- a/configs/r2s_defconfig +++ b/configs/r2s_defconfig @@ -3,7 +3,6 @@ BR2_cortex_a53=y BR2_ARM_FPU_VFPV4=y BR2_TOOLCHAIN_EXTERNAL=y BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y -BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_GLIBC_STABLE=y BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY=y BR2_DL_DIR="${BR2_EXTERNAL_INFIX_PATH}/dl" BR2_CCACHE=y diff --git a/configs/x86_64_defconfig b/configs/x86_64_defconfig index f0223118..fb57c41d 100644 --- a/configs/x86_64_defconfig +++ b/configs/x86_64_defconfig @@ -1,7 +1,6 @@ BR2_x86_64=y BR2_x86_corei7=y BR2_TOOLCHAIN_EXTERNAL=y -BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_GLIBC_STABLE=y BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY=y BR2_DL_DIR="${BR2_EXTERNAL_INFIX_PATH}/dl" BR2_CCACHE=y