summaryrefslogtreecommitdiff
path: root/tools/cloog
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-08-14 23:23:25 +0000
committerLuka Perkov <luka@openwrt.org>2013-08-14 23:23:25 +0000
commitc67640bbd4bde8ae7474dc6b2780ced7ee2b4fc0 (patch)
tree3508e5105a6c1434137a466eef716fee9961a876 /tools/cloog
parent884ae691890b43f84f8c6fc283737bc5c807fd0d (diff)
downloadmtk-20170518-c67640bbd4bde8ae7474dc6b2780ced7ee2b4fc0.zip
mtk-20170518-c67640bbd4bde8ae7474dc6b2780ced7ee2b4fc0.tar.gz
mtk-20170518-c67640bbd4bde8ae7474dc6b2780ced7ee2b4fc0.tar.bz2
cloog: upgrade to 0.18.0
Signed-off-by: Luka Perkov <lperkov@cisco.com> SVN-Revision: 37787
Diffstat (limited to 'tools/cloog')
-rw-r--r--tools/cloog/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/tools/cloog/Makefile b/tools/cloog/Makefile
index 140d4db..7164126 100644
--- a/tools/cloog/Makefile
+++ b/tools/cloog/Makefile
@@ -1,20 +1,23 @@
#
-# Copyright (C) 2009 OpenWrt.org
+# Copyright (C) 2009-2013 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
-PKG_NAME:=cloog-ppl
-PKG_VERSION:=0.15.11
+PKG_NAME:=cloog
+PKG_VERSION:=0.18.0
-PKG_SOURCE_URL:=ftp://gcc.gnu.org/pub/gcc/infrastructure
+PKG_SOURCE_URL:=http://www.bastoul.net/cloog/pages/download/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_MD5SUM:=060ae4df6fb8176e021b4d033a6c0b9e
+PKG_MD5SUM:=be78a47bd82523250eb3e91646db5b3d
HOST_FIXUP:=autoreconf
+HOST_BUILD_PARALLEL:=1
+HOST_CONFIGURE_PARALLEL:=1
+
include $(INCLUDE_DIR)/host-build.mk
unexport CFLAGS
@@ -35,5 +38,4 @@ define Host/Configure
)
endef
-
$(eval $(call HostBuild))