diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-05-02 13:50:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-05-02 13:50:38 +0200 |
commit | b04207c44f64dd7b4e066a24c1abf3d2852cbbb0 (patch) | |
tree | 3221344fa5c84545bb6ade5390b2cf72c6e329bf /toolchain | |
parent | 982f23959b504122e0c8c4272f20a1ee6d7dc9d4 (diff) |
gcc: update to 11.3.0
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/gcc/Makefile.inc | 4 | ||||
-rw-r--r-- | toolchain/gcc/patches/11.3.0/add-crtreloc.frv (renamed from toolchain/gcc/patches/11.2.0/add-crtreloc.frv) | 0 | ||||
-rw-r--r-- | toolchain/gcc/patches/11.3.0/c6x-disable-multilib.patch (renamed from toolchain/gcc/patches/11.2.0/c6x-disable-multilib.patch) | 0 | ||||
-rw-r--r-- | toolchain/gcc/patches/11.3.0/csky.patch (renamed from toolchain/gcc/patches/11.2.0/csky.patch) | 0 | ||||
-rw-r--r-- | toolchain/gcc/patches/11.3.0/ia64-fix-libgcc.patch (renamed from toolchain/gcc/patches/11.2.0/ia64-fix-libgcc.patch) | 0 | ||||
-rw-r--r-- | toolchain/gcc/patches/11.3.0/nios2-softfp.patch (renamed from toolchain/gcc/patches/11.2.0/nios2-softfp.patch) | 0 | ||||
-rw-r--r-- | toolchain/gcc/patches/11.3.0/revert.sparc (renamed from toolchain/gcc/patches/11.2.0/revert.sparc) | 0 |
7 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc index 5d3318893..71c710d93 100644 --- a/toolchain/gcc/Makefile.inc +++ b/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 diff --git a/toolchain/gcc/patches/11.2.0/add-crtreloc.frv b/toolchain/gcc/patches/11.3.0/add-crtreloc.frv index 30de24cdc..30de24cdc 100644 --- a/toolchain/gcc/patches/11.2.0/add-crtreloc.frv +++ b/toolchain/gcc/patches/11.3.0/add-crtreloc.frv diff --git a/toolchain/gcc/patches/11.2.0/c6x-disable-multilib.patch b/toolchain/gcc/patches/11.3.0/c6x-disable-multilib.patch index cbee6f785..cbee6f785 100644 --- a/toolchain/gcc/patches/11.2.0/c6x-disable-multilib.patch +++ b/toolchain/gcc/patches/11.3.0/c6x-disable-multilib.patch diff --git a/toolchain/gcc/patches/11.2.0/csky.patch b/toolchain/gcc/patches/11.3.0/csky.patch index ee352951b..ee352951b 100644 --- a/toolchain/gcc/patches/11.2.0/csky.patch +++ b/toolchain/gcc/patches/11.3.0/csky.patch diff --git a/toolchain/gcc/patches/11.2.0/ia64-fix-libgcc.patch b/toolchain/gcc/patches/11.3.0/ia64-fix-libgcc.patch index f1f3c8d2d..f1f3c8d2d 100644 --- a/toolchain/gcc/patches/11.2.0/ia64-fix-libgcc.patch +++ b/toolchain/gcc/patches/11.3.0/ia64-fix-libgcc.patch diff --git a/toolchain/gcc/patches/11.2.0/nios2-softfp.patch b/toolchain/gcc/patches/11.3.0/nios2-softfp.patch index c677c6c2f..c677c6c2f 100644 --- a/toolchain/gcc/patches/11.2.0/nios2-softfp.patch +++ b/toolchain/gcc/patches/11.3.0/nios2-softfp.patch diff --git a/toolchain/gcc/patches/11.2.0/revert.sparc b/toolchain/gcc/patches/11.3.0/revert.sparc index 2ce948c82..2ce948c82 100644 --- a/toolchain/gcc/patches/11.2.0/revert.sparc +++ b/toolchain/gcc/patches/11.3.0/revert.sparc |