GCC 13.2 supprt
This commit is contained in:
parent
e25f7c07c2
commit
a48ca028f4
2
Makefile
2
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
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 29f8439a9654069bf1c5b273b84da942b867464e
|
||||
Subproject commit 9817f156c185190effabd6c4da7a0e21a53d73f3
|
||||
7
ctconfig
7
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}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user