2009-11-14 17:51:32 +00:00
|
|
|
config MAKE_TOOLCHAIN
|
2016-05-05 17:33:03 +00:00
|
|
|
bool "Package the LEDE-based Toolchain"
|
2013-04-17 15:36:41 +00:00
|
|
|
depends on !EXTERNAL_TOOLCHAIN
|
2009-11-14 17:51:32 +00:00
|
|
|
help
|
2014-10-14 12:21:16 +00:00
|
|
|
Package the created toolchain as a tarball under the bin/ directory as
|
2016-05-05 17:33:03 +00:00
|
|
|
LEDE-Toolchain-$(BOARD)-for-$(ARCH)$(ARCH_SUFFIX)-gcc-$(GCCV)$(DIR_SUFFIX).
|
2014-10-14 12:21:16 +00:00
|
|
|
For example, a toolchain for the MIPS architecture might be named
|
2016-05-05 17:33:03 +00:00
|
|
|
LEDE-Toolchain-malta-for-mipsel_mips32-gcc-4.8-linaro_uClibc-0.9.33.2.tar.bz2.
|