buildrootschalter/package/crosstool-ng/crosstool-ng.mk
Thomas De Schampheleire f1db8f2146 crosstool-ng: remove unneed explicit ccache dependency
This ccache dependency was here to enforce build order.
It is not needed anymore.

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-08-10 21:19:43 +02:00

19 lines
605 B
Makefile

################################################################################
#
# crosstool-ng
#
################################################################################
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 = \
host-gawk \
host-automake host-gperf host-bison host-flex \
host-texinfo
$(eval $(host-autotools-package))