mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-11 14:23:52 +08:00
8bacfadf44
Fixes http://autobuild.buildroot.net/results/c9b87123709e1010bae19c6bdfd219661efdbdfb Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
9 lines
410 B
Makefile
9 lines
410 B
Makefile
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))
|