X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Fcloog%2FMakefile;h=7164126777743dd72bfc132f222db85c49db4051;hb=c67640bbd4bde8ae7474dc6b2780ced7ee2b4fc0;hp=3bbf812fe941c94cb5af8dcfb42c89a2f5b4ab2f;hpb=bfe71b159ad15f88b0e3743051d599236666755d;p=lede-git%2F.git diff --git a/tools/cloog/Makefile b/tools/cloog/Makefile index 3bbf812fe9..7164126777 100644 --- a/tools/cloog/Makefile +++ b/tools/cloog/Makefile @@ -1,27 +1,27 @@ # -# 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.9 +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:=806e001d1b1a6b130069ff6274900af5 +PKG_MD5SUM:=be78a47bd82523250eb3e91646db5b3d + +HOST_FIXUP:=autoreconf + +HOST_BUILD_PARALLEL:=1 +HOST_CONFIGURE_PARALLEL:=1 include $(INCLUDE_DIR)/host-build.mk unexport CFLAGS -ifeq ($(HOST_OS),Darwin) - GNU_HOST_NAME:= - HOST_CONFIGURE_ARGS:=$(filter-out --target= --build= --host=,$(HOST_CONFIGURE_ARGS)) -endif - HOST_CONFIGURE_VARS += \ LIBS=-lstdc++ @@ -38,5 +38,4 @@ define Host/Configure ) endef - $(eval $(call HostBuild))