From f36800d70bf9ef19f66f89d1a00ca2193b4d6b42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fl=C3=A1vio=20Tapaj=C3=B3s?= Date: Tue, 21 May 2024 14:10:21 -0300 Subject: [PATCH] linux-armv7a: bump gcc to 12.3.0 --- linux-armv7a/crosstool-ng.config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/linux-armv7a/crosstool-ng.config b/linux-armv7a/crosstool-ng.config index 5253dca..ceab754 100644 --- a/linux-armv7a/crosstool-ng.config +++ b/linux-armv7a/crosstool-ng.config @@ -572,14 +572,14 @@ CT_GCC_SRC_RELEASE=y # CT_GCC_SRC_DEVEL is not set CT_GCC_PATCH_ORDER="global" # CT_GCC_V_13 is not set -# CT_GCC_V_12 is not set -CT_GCC_V_11=y +CT_GCC_V_12=y +# CT_GCC_V_11 is not set # CT_GCC_V_10 is not set # CT_GCC_V_9 is not set # CT_GCC_V_8 is not set # CT_GCC_V_7 is not set # CT_GCC_V_6 is not set -CT_GCC_VERSION="11.4.0" +CT_GCC_VERSION="12.3.0" CT_GCC_MIRRORS="$(CT_Mirrors GNU gcc/gcc-${CT_GCC_VERSION}) $(CT_Mirrors sourceware gcc/releases/gcc-${CT_GCC_VERSION})" CT_GCC_ARCHIVE_FILENAME="@{pkg_name}-@{version}" CT_GCC_ARCHIVE_DIRNAME="@{pkg_name}-@{version}" @@ -587,8 +587,8 @@ CT_GCC_ARCHIVE_FORMATS=".tar.xz .tar.gz" CT_GCC_SIGNATURE_FORMAT="" CT_GCC_13_or_older=y CT_GCC_older_than_13=y -CT_GCC_12_or_older=y -CT_GCC_older_than_12=y +CT_GCC_later_than_12=y +CT_GCC_12_or_later=y CT_GCC_later_than_11=y CT_GCC_11_or_later=y CT_GCC_later_than_10=y