aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/common.mk
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2022-10-22 16:16:55 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2022-10-23 22:53:33 +0200
commit9db3caa7490907d05a7378e48a69ee01a4461e99 (patch)
treee4de8b915ea758e3ac7c7e380a08c8692c526562 /toolchain/gcc/common.mk
parenta14544d1bb6f6840dd64c600c58d938b193c09e3 (diff)
downloadupstream-9db3caa7490907d05a7378e48a69ee01a4461e99.tar.gz
upstream-9db3caa7490907d05a7378e48a69ee01a4461e99.tar.bz2
upstream-9db3caa7490907d05a7378e48a69ee01a4461e99.zip
toolchain: gcc: Remove gcc 10.x support
This compiler is old and was never used by default in OpenWrt. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'toolchain/gcc/common.mk')
-rw-r--r--toolchain/gcc/common.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk
index 360580987e..6661b0aa38 100644
--- a/toolchain/gcc/common.mk
+++ b/toolchain/gcc/common.mk
@@ -29,10 +29,6 @@ GCC_DIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_URL:=@GNU/gcc/gcc-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
-ifeq ($(PKG_VERSION),10.3.0)
- PKG_HASH:=64f404c1a650f27fc33da242e1f2df54952e3963a49e06e73f6940f3223ac344
-endif
-
ifeq ($(PKG_VERSION),11.3.0)
PKG_HASH:=b47cf2818691f5b1e21df2bb38c795fac2cfbd640ede2d0a5e1c89e338a3ac39
endif