diff options
author | John Crispin <john@openwrt.org> | 2014-10-14 12:21:16 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-10-14 12:21:16 +0000 |
commit | 064f50871b57e2e17232ca2fd10845eaa3a1025b (patch) | |
tree | a5f8cf39c99f9110b7322fe13ca51364d72ebfac /target/toolchain/Config.in | |
parent | 20940138ac41e3eca54afefc34f65e40834be3ea (diff) | |
download | upstream-064f50871b57e2e17232ca2fd10845eaa3a1025b.tar.gz upstream-064f50871b57e2e17232ca2fd10845eaa3a1025b.tar.bz2 upstream-064f50871b57e2e17232ca2fd10845eaa3a1025b.zip |
target/toolchain/Config.in: Clarify packaging of toolchain.
Change the "help" info to emphasize that this option refers
specifically to packaging the toolchain that would be built anyway.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
SVN-Revision: 42912
Diffstat (limited to 'target/toolchain/Config.in')
-rw-r--r-- | target/toolchain/Config.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/target/toolchain/Config.in b/target/toolchain/Config.in index eda2300a12..5a6ecefebb 100644 --- a/target/toolchain/Config.in +++ b/target/toolchain/Config.in @@ -1,6 +1,8 @@ config MAKE_TOOLCHAIN - bool "Build the OpenWrt based Toolchain" + bool "Package the OpenWrt-based Toolchain" depends on !EXTERNAL_TOOLCHAIN help - This is essentially the toolchain created by OpenWrt. - + Package the created toolchain as a tarball under the bin/ directory as + OpenWrt-Toolchain-$(BOARD)-for-$(ARCH)$(ARCH_SUFFIX)-gcc-$(GCCV)$(DIR_SUFFIX). + For example, a toolchain for the MIPS architecture might be named + OpenWrt-Toolchain-malta-for-mipsel_mips32-gcc-4.8-linaro_uClibc-0.9.33.2.tar.bz2. |