toolchain/crosstool-ng: be more explicit in the config file help
authorYann E. MORIN <yann.morin.1998@free.fr>
Wed, 9 Jan 2013 12:52:12 +0000 (12:52 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 12 Jan 2013 20:48:05 +0000 (21:48 +0100)
Some users seem to interpret:
    make ctng-menuconfig

as being a value that can be fit for the ct-ng config file.

Clarify that it is a command to run, not a possible value.

Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/toolchain-crosstool-ng/Config.in

index d80f547c9d4bac63b0a2a8b67b6249329b339c18..df4e9b10925224b2e9352733e9b9a863daae020f 100644 (file)
@@ -43,10 +43,12 @@ config BR2_TOOLCHAIN_CTNG_CONFIG
        default "toolchain/toolchain-crosstool-ng/crosstool-ng.config-eglibc" if BR2_TOOLCHAIN_CTNG_eglibc
        default "toolchain/toolchain-crosstool-ng/crosstool-ng.config-glibc"  if BR2_TOOLCHAIN_CTNG_glibc
        help
-         Enter here the crosstool-NG's .config file to use.
-         To fine-tune your toolchain, you can also call:
-           make ctng-menuconfig
-
+         Enter here the path to the crosstool-NG .config file to use.
+         
+         Generally, the default crosstool-NG configuration files bundled with
+         Buildroot work fine in most situations. Use 'make ctng-menuconfig'
+         from the command line, for expert customization of your toolchain.
+         
          If unsure, keep the default value.
 
 if BR2_TOOLCHAIN_CTNG_uClibc