Browse Source

gcc: update to 11.3.0

Waldemar Brodkorb 2 years ago
parent
commit
b04207c44f

+ 1 - 1
target/config/Config.in.compiler

@@ -29,7 +29,7 @@ config ADK_TOOLCHAIN_GCC_GIT
 	depends on !ADK_TARGET_ARCH_NDS32
 
 config ADK_TOOLCHAIN_GCC_11
-	bool "11.2.0"
+	bool "11.3.0"
 	depends on !ADK_TARGET_ARCH_AVR32
 	depends on !ADK_TARGET_ARCH_METAG
 

+ 2 - 2
toolchain/gcc/Makefile.inc

@@ -3,8 +3,8 @@
 
 PKG_NAME:=		gcc
 ifeq ($(ADK_TOOLCHAIN_GCC_11),y)
-PKG_VERSION:=		11.2.0
-PKG_HASH:=		d08edc536b54c372a1010ff6619dd274c0f1603aa49212ba20f7aa2cda36fa8b
+PKG_VERSION:=		11.3.0
+PKG_HASH:=		b47cf2818691f5b1e21df2bb38c795fac2cfbd640ede2d0a5e1c89e338a3ac39
 PKG_SITES:=		${MASTER_SITE_GNU:=gcc/gcc-${PKG_VERSION}/}
 PKG_RELEASE:=		1
 DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.xz

+ 0 - 0
toolchain/gcc/patches/11.2.0/add-crtreloc.frv → toolchain/gcc/patches/11.3.0/add-crtreloc.frv


+ 0 - 0
toolchain/gcc/patches/11.2.0/c6x-disable-multilib.patch → toolchain/gcc/patches/11.3.0/c6x-disable-multilib.patch


+ 0 - 0
toolchain/gcc/patches/11.2.0/csky.patch → toolchain/gcc/patches/11.3.0/csky.patch


+ 0 - 0
toolchain/gcc/patches/11.2.0/ia64-fix-libgcc.patch → toolchain/gcc/patches/11.3.0/ia64-fix-libgcc.patch


+ 0 - 0
toolchain/gcc/patches/11.2.0/nios2-softfp.patch → toolchain/gcc/patches/11.3.0/nios2-softfp.patch


+ 0 - 0
toolchain/gcc/patches/11.2.0/revert.sparc → toolchain/gcc/patches/11.3.0/revert.sparc