summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/binutils/Makefile.inc1
-rw-r--r--toolchain/gcc/Makefile.inc1
-rw-r--r--toolchain/gdb/Makefile.inc11
-rw-r--r--toolchain/libelf/Makefile.inc1
-rw-r--r--toolchain/mpc/Makefile.inc1
-rw-r--r--toolchain/musl/Makefile.inc1
6 files changed, 11 insertions, 5 deletions
diff --git a/toolchain/binutils/Makefile.inc b/toolchain/binutils/Makefile.inc
index a7a2c3980..a1ecfe2e3 100644
--- a/toolchain/binutils/Makefile.inc
+++ b/toolchain/binutils/Makefile.inc
@@ -6,3 +6,4 @@ PKG_VERSION:= 2.24
PKG_MD5SUM:= a5dd5dd2d212a282cc1d4a84633e0d88
PKG_RELEASE:= 1
PKG_SITES:= ${MASTER_SITE_GNU:=binutils/}
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc
index b441bf03d..b292e3331 100644
--- a/toolchain/gcc/Makefile.inc
+++ b/toolchain/gcc/Makefile.inc
@@ -6,3 +6,4 @@ PKG_VERSION:= 4.8.2
PKG_MD5SUM:= deca88241c1135e2ff9fa5486ab5957b
PKG_RELEASE:= 1
PKG_SITES:= ${MASTER_SITE_GNU:=gcc/gcc-${PKG_VERSION}/}
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
diff --git a/toolchain/gdb/Makefile.inc b/toolchain/gdb/Makefile.inc
index c3807f8fe..25f4c313d 100644
--- a/toolchain/gdb/Makefile.inc
+++ b/toolchain/gdb/Makefile.inc
@@ -1,8 +1,9 @@
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
-PKG_NAME:= gdb
-PKG_VERSION:= 7.7
-PKG_MD5SUM:= 40051ff95b39bd57b14b1809e2c16152
-PKG_RELEASE:= 1
-PKG_SITES:= ${MASTER_SITE_GNU:=gdb/}
+PKG_NAME:= gdb
+PKG_VERSION:= 7.7
+PKG_MD5SUM:= 40051ff95b39bd57b14b1809e2c16152
+PKG_RELEASE:= 1
+PKG_SITES:= ${MASTER_SITE_GNU:=gdb/}
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
diff --git a/toolchain/libelf/Makefile.inc b/toolchain/libelf/Makefile.inc
index 66ca9fd2c..40c24393d 100644
--- a/toolchain/libelf/Makefile.inc
+++ b/toolchain/libelf/Makefile.inc
@@ -6,3 +6,4 @@ PKG_VERSION:= 0.8.13
PKG_RELEASE:= 1
PKG_MD5SUM:= 4136d7b4c04df68b686570afa26988ac
PKG_SITES:= http://www.mr511.de/software/
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
diff --git a/toolchain/mpc/Makefile.inc b/toolchain/mpc/Makefile.inc
index 970a2c848..0663af92c 100644
--- a/toolchain/mpc/Makefile.inc
+++ b/toolchain/mpc/Makefile.inc
@@ -7,3 +7,4 @@ PKG_RELEASE:= 1
PKG_MD5SUM:= e98267ebd5648a39f881d66797122fb6
PKG_SITES:= http://www.multiprecision.org/mpc/download/
GMP_BUILD_DIR:= $(TOOLCHAIN_BUILD_DIR)/w-$(PKG_NAME)-$(PKG_VERSION)-$(PKG_RELEASE)/$(PKG_NAME)-$(PKG_VERSION)
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
diff --git a/toolchain/musl/Makefile.inc b/toolchain/musl/Makefile.inc
index 6fcbc0313..9b153143d 100644
--- a/toolchain/musl/Makefile.inc
+++ b/toolchain/musl/Makefile.inc
@@ -6,3 +6,4 @@ PKG_VERSION:= 1.0.1
PKG_RELEASE:= 1
PKG_MD5SUM:= e2c1b0e2138d3d75b03f517113a4abc5
PKG_SITES:= http://www.musl-libc.org/releases/
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz