Root/tools/cloog/Makefile

1#
2# Copyright (C) 2009 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7include $(TOPDIR)/rules.mk
8
9PKG_NAME:=cloog-ppl
10PKG_VERSION:=0.15.11
11
12PKG_SOURCE_URL:=ftp://gcc.gnu.org/pub/gcc/infrastructure
13PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
14PKG_MD5SUM:=060ae4df6fb8176e021b4d033a6c0b9e
15
16HOST_FIXUP:=autoreconf
17
18include $(INCLUDE_DIR)/host-build.mk
19
20unexport CFLAGS
21
22HOST_CONFIGURE_VARS += \
23    LIBS=-lstdc++
24
25HOST_CONFIGURE_ARGS += \
26    --enable-static \
27    --disable-shared \
28    --with-ppl=$(BUILD_DIR_HOST)
29
30define Host/Configure
31    (cd $(HOST_BUILD_DIR)/$(3); \
32        $(HOST_CONFIGURE_CMD) \
33        $(HOST_CONFIGURE_VARS) \
34        $(HOST_CONFIGURE_ARGS); \
35    )
36endef
37
38
39$(eval $(call HostBuild))
40

Archive Download this file



interactive