summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toolchain/binutils/Makefile.inc2
-rw-r--r--toolchain/gcc/Makefile.inc2
2 files changed, 2 insertions, 2 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)
diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc
index 8f9dd8835..27a2a33f2 100644
--- a/toolchain/gcc/Makefile.inc
+++ b/toolchain/gcc/Makefile.inc
@@ -31,7 +31,7 @@ ifeq ($(ADK_TOOLCHAIN_GCC_4_8_3_ARC),y)
# from https://github.com/foss-for-synopsys-dwc-arc-processors/gcc.git
PKG_VERSION:= 4.8.3
PKG_HASH:= acbd97878c1eab8e6d2dcc80327f31fb68c41016a4451632c75007ce8944a8b9
-PKG_SITES:= http://www.openadk.org/distfiles/
+PKG_SITES:= http://distfiles.openadk.org/
PKG_RELEASE:= 1
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}-arc.tar.xz
endif