diff --git a/configs/aarch64_defconfig b/configs/aarch64_defconfig index 11543b60..53610679 100644 --- a/configs/aarch64_defconfig +++ b/configs/aarch64_defconfig @@ -2,6 +2,7 @@ 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 9fa864a5..be5cfc27 100644 --- a/configs/r2s_defconfig +++ b/configs/r2s_defconfig @@ -3,6 +3,7 @@ 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 fb57c41d..f0223118 100644 --- a/configs/x86_64_defconfig +++ b/configs/x86_64_defconfig @@ -1,6 +1,7 @@ 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