diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-04-26 14:56:14 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-04-26 14:56:14 +0200 |
commit | a19820e6c3a85672cd5e35e28be18bc00a64443f (patch) | |
tree | 94ec72a9c4feb7bbebdc658aada1ca9a5d14d934 /toolchain | |
parent | 298223b5421c861099adae911144ff33c64ffbe5 (diff) |
refresh checksums, needed to repack
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/binutils/Makefile.inc | 2 | ||||
-rw-r--r-- | toolchain/gcc/Makefile.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/binutils/Makefile.inc b/toolchain/binutils/Makefile.inc index 7df390725..f22328ec9 100644 --- a/toolchain/binutils/Makefile.inc +++ b/toolchain/binutils/Makefile.inc @@ -21,7 +21,7 @@ ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_23_ARC),y) # https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb.git PKG_VERSION:= 2.23.2 PKG_RELEASE:= 1 -PKG_HASH:= cd0e68644d9f28e1d61f83267e4b7ce71038277a7153603fdfa403b233968184 +PKG_HASH:= 6ef173d7e88cf22d0cd1c2169286d1b4fdff4c1e0ac0d402cc3a30a52dda769e PKG_SITES:= http://www.openadk.org/distfiles/ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}-arc.tar.xz endif diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc index 802cafa62..d7372bc2b 100644 --- a/toolchain/gcc/Makefile.inc +++ b/toolchain/gcc/Makefile.inc @@ -22,7 +22,7 @@ ifeq ($(ADK_TOOLCHAIN_GCC_4_8_3_ARC),y) # git commit 2b0dc74388f22ba98b36f7f57a9cc41aca62e223 arc-4.8-dev # from https://github.com/foss-for-synopsys-dwc-arc-processors/gcc.git PKG_VERSION:= 4.8.3 -PKG_HASH:= ca0f6ad111593b6a45d5e94a725d0561dce97e3ef7db38053b96b9eede0dce6b +PKG_HASH:= acbd97878c1eab8e6d2dcc80327f31fb68c41016a4451632c75007ce8944a8b9 PKG_SITES:= http://www.openadk.org/distfiles/ PKG_RELEASE:= 1 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}-arc.tar.xz |