2013-06-21 00:17:14 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# crosstool-ng
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2013-04-15 01:09:51 +02:00
|
|
|
CROSSTOOL_NG_VERSION = 1.18.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)
|
2013-03-24 13:29:06 +01:00
|
|
|
|
|
|
|
HOST_CROSSTOOL_NG_DEPENDENCIES = \
|
2013-08-02 09:33:55 +02:00
|
|
|
host-gawk \
|
2013-03-24 13:29:06 +01:00
|
|
|
host-automake host-gperf host-bison host-flex \
|
|
|
|
host-texinfo
|
2011-07-15 00:24:07 +02:00
|
|
|
|
2012-07-03 00:06:54 +02:00
|
|
|
$(eval $(host-autotools-package))
|