Browse Source

fix distfiles url

Waldemar Brodkorb 9 years ago
parent
commit
c312424399
2 changed files with 2 additions and 2 deletions
  1. 1 1
      toolchain/binutils/Makefile.inc
  2. 1 1
      toolchain/gcc/Makefile.inc

+ 1 - 1
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)

+ 1 - 1
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