Blame view

buildroot/buildroot-2016.08.1/package/cloog/cloog.mk 564 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  ################################################################################
  #
  # cloog
  #
  ################################################################################
  
  CLOOG_VERSION = 0.18.4
  CLOOG_SITE = http://www.bastoul.net/cloog/pages/download
  CLOOG_LICENSE = LGPLv2.1+
  HOST_CLOOG_DEPENDENCIES = host-gmp host-isl
  # Our libtool patch doesn't apply, and since this package is only
  # built for the host, we don't really care about it.
  CLOOG_LIBTOOL_PATCH = NO
  
  HOST_CLOOG_CONF_OPTS = --with-isl=system --with-polylib=no
  
  $(eval $(host-autotools-package))