summaryrefslogtreecommitdiff
path: root/toolchain/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/gcc')
-rw-r--r--toolchain/gcc/7.3.0/add-crtreloc.frv (renamed from toolchain/gcc/patches/7.2.0/add-crtreloc.frv)0
-rw-r--r--toolchain/gcc/7.3.0/disable-split-stack-nothread.patch (renamed from toolchain/gcc/patches/7.2.0/disable-split-stack-nothread.patch)0
-rw-r--r--toolchain/gcc/7.3.0/ia64-fix-libgcc.patch (renamed from toolchain/gcc/patches/7.2.0/ia64-fix-libgcc.patch)0
-rw-r--r--toolchain/gcc/7.3.0/m68k-coldfire-pr68467.patch (renamed from toolchain/gcc/patches/7.2.0/m68k-coldfire-pr68467.patch)0
-rw-r--r--toolchain/gcc/7.3.0/microblaze.patch (renamed from toolchain/gcc/patches/7.2.0/microblaze.patch)0
-rw-r--r--toolchain/gcc/7.3.0/musl-s390x.patch (renamed from toolchain/gcc/patches/7.2.0/musl-s390x.patch)0
-rw-r--r--toolchain/gcc/7.3.0/nios2-softfp.patch (renamed from toolchain/gcc/patches/7.2.0/nios2-softfp.patch)0
-rw-r--r--toolchain/gcc/Makefile.inc6
8 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/gcc/patches/7.2.0/add-crtreloc.frv b/toolchain/gcc/7.3.0/add-crtreloc.frv
index dce4a0ea0..dce4a0ea0 100644
--- a/toolchain/gcc/patches/7.2.0/add-crtreloc.frv
+++ b/toolchain/gcc/7.3.0/add-crtreloc.frv
diff --git a/toolchain/gcc/patches/7.2.0/disable-split-stack-nothread.patch b/toolchain/gcc/7.3.0/disable-split-stack-nothread.patch
index 0038d7573..0038d7573 100644
--- a/toolchain/gcc/patches/7.2.0/disable-split-stack-nothread.patch
+++ b/toolchain/gcc/7.3.0/disable-split-stack-nothread.patch
diff --git a/toolchain/gcc/patches/7.2.0/ia64-fix-libgcc.patch b/toolchain/gcc/7.3.0/ia64-fix-libgcc.patch
index f1f3c8d2d..f1f3c8d2d 100644
--- a/toolchain/gcc/patches/7.2.0/ia64-fix-libgcc.patch
+++ b/toolchain/gcc/7.3.0/ia64-fix-libgcc.patch
diff --git a/toolchain/gcc/patches/7.2.0/m68k-coldfire-pr68467.patch b/toolchain/gcc/7.3.0/m68k-coldfire-pr68467.patch
index 45e9eb0ba..45e9eb0ba 100644
--- a/toolchain/gcc/patches/7.2.0/m68k-coldfire-pr68467.patch
+++ b/toolchain/gcc/7.3.0/m68k-coldfire-pr68467.patch
diff --git a/toolchain/gcc/patches/7.2.0/microblaze.patch b/toolchain/gcc/7.3.0/microblaze.patch
index eb6c08492..eb6c08492 100644
--- a/toolchain/gcc/patches/7.2.0/microblaze.patch
+++ b/toolchain/gcc/7.3.0/microblaze.patch
diff --git a/toolchain/gcc/patches/7.2.0/musl-s390x.patch b/toolchain/gcc/7.3.0/musl-s390x.patch
index 1163bdbf4..1163bdbf4 100644
--- a/toolchain/gcc/patches/7.2.0/musl-s390x.patch
+++ b/toolchain/gcc/7.3.0/musl-s390x.patch
diff --git a/toolchain/gcc/patches/7.2.0/nios2-softfp.patch b/toolchain/gcc/7.3.0/nios2-softfp.patch
index c677c6c2f..c677c6c2f 100644
--- a/toolchain/gcc/patches/7.2.0/nios2-softfp.patch
+++ b/toolchain/gcc/7.3.0/nios2-softfp.patch
diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc
index 8c694cb30..f43b0bb53 100644
--- a/toolchain/gcc/Makefile.inc
+++ b/toolchain/gcc/Makefile.inc
@@ -3,11 +3,11 @@
PKG_NAME:= gcc
ifeq ($(ADK_TOOLCHAIN_GCC_7),y)
-PKG_VERSION:= 7.2.0
-PKG_HASH:= 0153a003d3b433459336a91610cca2995ee0fb3d71131bd72555f2231a6efcfc
+PKG_VERSION:= 7.3.0
+PKG_HASH:= 832ca6ae04636adbb430e865a1451adf6979ab44ca1c8374f61fba65645ce15c
PKG_SITES:= ${MASTER_SITE_GNU:=gcc/gcc-${PKG_VERSION}/}
PKG_RELEASE:= 1
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
LIBSTDCXXVER:= 23
endif
ifeq ($(ADK_TOOLCHAIN_GCC_6),y)