X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=tools%2Fcloog%2FMakefile;h=b1e6aa43987a723f2813ca7c3e2f21d3ded9e193;hp=e2043b1f743472affbcc260573214b003e135f7d;hb=973a6386957c18e5fd708f25eec964c8648c4f8c;hpb=8ee0ed82e0ea05a7b4016df67bed461b9e6ba000 diff --git a/tools/cloog/Makefile b/tools/cloog/Makefile index e2043b1f74..b1e6aa4398 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.1 -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:=e34fca0540d840e5d0f6427e98c92252 + +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))