From 9fd198fbddce9010ffd387ecb1dc1ed76419ac4b Mon Sep 17 00:00:00 2001 From: Christian Stewart Date: Sat, 29 Apr 2023 07:03:23 -0700 Subject: [PATCH] configs-base: set toolchain and binutils properly Signed-off-by: Christian Stewart --- configs-base/pre/buildroot/toolchain | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs-base/pre/buildroot/toolchain b/configs-base/pre/buildroot/toolchain index 6fc0a0751..1b903b3fd 100644 --- a/configs-base/pre/buildroot/toolchain +++ b/configs-base/pre/buildroot/toolchain @@ -1,6 +1,3 @@ -BR2_BINUTILS_VERSION_2_39_X=y -BR2_GCC_VERSION_12_X=y - BR2_OPTIMIZE_2=y BR2_TOOLCHAIN_BUILDROOT=y @@ -9,3 +6,6 @@ BR2_TOOLCHAIN_BUILDROOT_GLIBC=y BR2_TOOLCHAIN_BUILDROOT_LOCALE=y BR2_TOOLCHAIN_BUILDROOT_WCHAR=y # BR2_TOOLCHAIN_EXTERNAL is not set + +BR2_BINUTILS_VERSION_2_39_X=y +BR2_GCC_VERSION_12_X=y