2012-08-05 22:05:56 +02:00
|
|
|
CROSSTOOL_NG_VERSION = 1.16.0
|
2011-07-15 00:24:07 +02:00
|
|
|
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)
|
2012-05-12 07:52:44 +02:00
|
|
|
HOST_CROSSTOOL_NG_DEPENDENCIES = $(if $(BR2_CCACHE),host-ccache) host-gawk host-automake host-gperf
|
2011-07-15 00:24:07 +02:00
|
|
|
|
2012-07-03 00:06:54 +02:00
|
|
|
$(eval $(host-autotools-package))
|