mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
dcf31c6a1e
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
15 lines
383 B
Makefile
15 lines
383 B
Makefile
################################################################################
|
|
#
|
|
# isl
|
|
#
|
|
################################################################################
|
|
|
|
ISL_VERSION = 0.18
|
|
ISL_SOURCE = isl-$(ISL_VERSION).tar.xz
|
|
ISL_SITE = http://isl.gforge.inria.fr
|
|
ISL_LICENSE = MIT
|
|
ISL_LICENSE_FILES = LICENSE
|
|
HOST_ISL_DEPENDENCIES = host-gmp
|
|
|
|
$(eval $(host-autotools-package))
|