summaryrefslogtreecommitdiffstats
path: root/package/crosstool-ng/crosstool-ng.mk
blob: 09c57ec2a65b0a82e5471037872bacb4fd91eb5f (plain)
1
2
3
4
5
6
7
8
CROSSTOOL_NG_VERSION           = 1.15.2
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

$(eval $(call AUTOTARGETS,host))