From bf540f333ce6426b353d1f025455c1dfc0d089f6 Mon Sep 17 00:00:00 2001 From: Syrone Wong Date: Wed, 8 Jul 2020 06:41:21 +0800 Subject: toolchain/gcc: Add GCC 10.1.0 config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add needed config changes and tarball hash for new GCC version. Signed-off-by: Syrone Wong [added missing commit description] Signed-off-by: Petr Štetiar --- toolchain/gcc/common.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'toolchain/gcc/common.mk') diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index ec3ea8fff1..eb0ddbf2d9 100644 --- a/toolchain/gcc/common.mk +++ b/toolchain/gcc/common.mk @@ -44,6 +44,10 @@ ifeq ($(PKG_VERSION),9.3.0) PKG_HASH:=71e197867611f6054aa1119b13a0c0abac12834765fe2d81f35ac57f84f742d1 endif +ifeq ($(PKG_VERSION),10.1.0) + PKG_HASH:=b6898a23844b656f1b68691c5c012036c2e694ac4b53a8918d4712ad876e7ea2 +endif + PATCH_DIR=../patches/$(GCC_VERSION) BUGURL=http://bugs.openwrt.org/ -- cgit v1.2.3