summaryrefslogtreecommitdiff
path: root/toolchain/gcc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-09-06 12:15:15 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-09-09 21:52:15 +0200
commit8f04057d1c3d84ba72eaf92e50c432e8fde5f9e9 (patch)
tree143e51a2fd6f7c4ea48c71b0f7d56634e6adc305 /toolchain/gcc
parent4ca141ca304964c4181d50fabdb25772c0b0d493 (diff)
add information where the tarballs are from
Diffstat (limited to 'toolchain/gcc')
-rw-r--r--toolchain/gcc/Makefile.inc8
1 files changed, 5 insertions, 3 deletions
diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc
index 7849939cf..86d03b58a 100644
--- a/toolchain/gcc/Makefile.inc
+++ b/toolchain/gcc/Makefile.inc
@@ -18,9 +18,11 @@ PKG_RELEASE:= 1
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
LIBSTDCXXVER:= 19
endif
-ifeq ($(ADK_TOOLCHAIN_GCC_4_8_3_ARC),y)
-PKG_VERSION:= 4.8.3
-PKG_MD5SUM:= e2c60f5ef918be2db08df96c7d97d0c4
+ifeq ($(ADK_TOOLCHAIN_GCC_4_8_0_ARC),y)
+# git commit e9dbcfdba0f42639b3aa9e3b06fe781599eb98fe
+# from https://github.com/foss-for-synopsys-dwc-arc-processors/gcc/tree/arc-4.8-tls
+PKG_VERSION:= 4.8.0
+PKG_MD5SUM:= 91db62ad4f9bb9217f135b20a098ee03
PKG_SITES:= http://www.openadk.org/distfiles/
PKG_RELEASE:= 1
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}-arc.tar.xz