From 4348033302890e241e01839ee1e3e5297b88af84 Mon Sep 17 00:00:00 2001 From: Christian Stewart Date: Tue, 6 Feb 2024 19:37:41 -0800 Subject: [PATCH] configs-base: use gcc 13 Signed-off-by: Christian Stewart --- configs-base/pre/buildroot/toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs-base/pre/buildroot/toolchain b/configs-base/pre/buildroot/toolchain index 6d959044d..0c02b66b2 100644 --- a/configs-base/pre/buildroot/toolchain +++ b/configs-base/pre/buildroot/toolchain @@ -8,4 +8,4 @@ BR2_TOOLCHAIN_BUILDROOT_WCHAR=y # BR2_TOOLCHAIN_EXTERNAL is not set BR2_BINUTILS_VERSION_2_41_X=y -BR2_GCC_VERSION_12_X=y +BR2_GCC_VERSION_13_X=y