diff --git a/Makefile b/Makefile index 6f41518..9fed92a 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ STANDALONE = y # GCC_VERSION = 6.4.0 # GCC_VERSION = 7.4.0 # GCC_VERSION = 8.2.0 -GCC_VERSION = 12.2.0 +GCC_VERSION = 13.2.0 CT_GCC_VERSION = $(shell echo $(GCC_VERSION) | sed -e 's/\./_/g') GDB_VERSION = 10.2.0 diff --git a/crosstool-ng b/crosstool-ng index 29f8439..9817f15 160000 --- a/crosstool-ng +++ b/crosstool-ng @@ -1 +1 @@ -Subproject commit 29f8439a9654069bf1c5b273b84da942b867464e +Subproject commit 9817f156c185190effabd6c4da7a0e21a53d73f3 diff --git a/ctconfig b/ctconfig index bf0a814..3fe9a48 100644 --- a/ctconfig +++ b/ctconfig @@ -179,7 +179,7 @@ CT_OVERLAY_LOCATION="${CT_TOP_DIR}/overlays" # # General toolchain options # -# CT_STATIC_TOOLCHAIN is not set +CT_STATIC_TOOLCHAIN=y CT_SHOW_CT_VERSION=y CT_TOOLCHAIN_PKGVERSION="" CT_TOOLCHAIN_BUGURL="" @@ -416,7 +416,8 @@ CT_GCC_PATCH_GLOBAL=y # CT_GCC_PATCH_LOCAL_BUNDLED is not set # CT_GCC_PATCH_NONE is not set CT_GCC_PATCH_ORDER="global" -CT_GCC_V_12_2_0=y +CT_GCC_V_13_2_0=y +# CT_GCC_V_12_2_0 is not set # CT_GCC_V_10_3_0 is not set # CT_GCC_V_8_2_0 is not set # CT_GCC_V_7_4_0 is not set @@ -424,7 +425,7 @@ CT_GCC_V_12_2_0=y # CT_GCC_V_5_5_0 is not set # CT_GCC_V_4_9_4 is not set # CT_GCC_V_4_8_5 is not set -CT_GCC_VERSION="12.2.0" +CT_GCC_VERSION="13.2.0" CT_GCC_MIRRORS="https://github.com/jcmvbkbc/gcc-xtensa/archive/refs/tags/releases/gcc-${CT_GCC_VERSION}" # 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}"