diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-31 07:07:23 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-31 07:07:35 -0500 |
commit | c312424399ac6003c8aa2da5e65b334fbe3e1ac2 (patch) | |
tree | 953295d59e8cd24153f1bfebe15f86357d47c4bb /toolchain/gcc | |
parent | 479f0db50022347263e5ad7b26c1524f7c9a9c5b (diff) |
fix distfiles url
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |