X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fcloog%2FMakefile;h=7164126777743dd72bfc132f222db85c49db4051;hb=c67640bbd4bde8ae7474dc6b2780ced7ee2b4fc0;hp=e2043b1f743472affbcc260573214b003e135f7d;hpb=22523c204a075bb7740ca27801e25dee3722ba1d;p=lede-git%2F.git diff --git a/tools/cloog/Makefile b/tools/cloog/Makefile index e2043b1f74..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.7 +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:=6455e7875daac5bd885545c71c3f2001 +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))