diff options
Diffstat (limited to 'toolchain/gcc/common.mk')
-rw-r--r-- | toolchain/gcc/common.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index 58566ce8cf..ea645124d7 100644 --- a/toolchain/gcc/common.mk +++ b/toolchain/gcc/common.mk @@ -32,6 +32,10 @@ ifeq ($(PKG_VERSION),5.4.0) PKG_MD5SUM:=4c626ac2a83ef30dfb9260e6f59c2b30 endif +ifeq ($(PKG_VERSION),6.1.0) + PKG_MD5SUM:=8fb6cb98b8459f5863328380fbf06bd1 +endif + ifneq ($(CONFIG_GCC_VERSION_4_8_ARC),) PKG_VERSION:=4.8.5 PKG_SOURCE_URL:=https://github.com/foss-for-synopsys-dwc-arc-processors/gcc/archive/arc-2016.03 |