17b66affdf
* ccache is now a normal package (both for the host and the target). * ccache option is now part of the "Build options" menu. It will automatically build ccache for the host before building anything, and will use it to cache builds for both host compilations and target compilations. * bump ccache to 3.1.3 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
460 B
Makefile
14 lines
460 B
Makefile
# Required includes for the external toolchain backend
|
|
|
|
# Explicit ordering:
|
|
include toolchain/helpers.mk
|
|
include toolchain/binutils/binutils.mk
|
|
include toolchain/dependencies/dependencies.mk
|
|
include toolchain/elf2flt/elf2flt.mk
|
|
include toolchain/gcc/gcc-uclibc-4.x.mk
|
|
include toolchain/gdb/gdb.mk
|
|
include toolchain/toolchain-crosstool-ng/crosstool-ng.mk
|
|
include toolchain/mklibs/mklibs.mk
|
|
include toolchain/sstrip/sstrip.mk
|
|
include toolchain/uClibc/uclibc.mk
|