summaryrefslogtreecommitdiff
path: root/toolchain/binutils
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-05-31 07:07:23 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-05-31 07:07:35 -0500
commitc312424399ac6003c8aa2da5e65b334fbe3e1ac2 (patch)
tree953295d59e8cd24153f1bfebe15f86357d47c4bb /toolchain/binutils
parent479f0db50022347263e5ad7b26c1524f7c9a9c5b (diff)
fix distfiles url
Diffstat (limited to 'toolchain/binutils')
-rw-r--r--toolchain/binutils/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/binutils/Makefile.inc b/toolchain/binutils/Makefile.inc
index f22328ec9..b1e09c045 100644
--- a/toolchain/binutils/Makefile.inc
+++ b/toolchain/binutils/Makefile.inc
@@ -22,7 +22,7 @@ ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_23_ARC),y)
PKG_VERSION:= 2.23.2
PKG_RELEASE:= 1
PKG_HASH:= 6ef173d7e88cf22d0cd1c2169286d1b4fdff4c1e0ac0d402cc3a30a52dda769e
-PKG_SITES:= http://www.openadk.org/distfiles/
+PKG_SITES:= http://distfiles.openadk.org/
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}-arc.tar.xz
endif
ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_22),y)