kumquat-buildroot/package/crosstool-ng/crosstool-ng.mk
Patrick Ziegler d8f0d32b73 crosstool-ng: bump to version 1.18.0
Signed-off-by: Patrick Ziegler <patrick.ziegler@fh-kl.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-04-23 23:44:02 +02:00

13 lines
455 B
Makefile

CROSSTOOL_NG_VERSION = 1.18.0
CROSSTOOL_NG_SOURCE = crosstool-ng-$(CROSSTOOL_NG_VERSION).tar.bz2
CROSSTOOL_NG_SITE = http://crosstool-ng.org/download/crosstool-ng/
CROSSTOOL_NG_INSTALL_TARGET = NO
CROSSTOOL_NG_MAKE = $(MAKE1)
HOST_CROSSTOOL_NG_DEPENDENCIES = \
$(if $(BR2_CCACHE),host-ccache) host-gawk \
host-automake host-gperf host-bison host-flex \
host-texinfo
$(eval $(host-autotools-package))