diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2011-09-12 17:29:21 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2011-09-12 17:30:34 +0200 |
commit | 200895dab88678b5b4e7d1dac9172be23e92eb31 (patch) | |
tree | 052d50ba9c0a0365181ff2211b487458b09e6582 /extra/Configs | |
parent | 021b0aa3c497860ea964b96b2cec8f1290846891 (diff) |
config: tweak help text
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index c14660d1d..d2bb81496 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -2200,7 +2200,7 @@ config CROSS_COMPILER_PREFIX then enter 'arm-linux-uclibc-' here. config UCLIBC_EXTRA_CFLAGS - string "Enter any extra CFLAGS to use to build uClibc" + string "Extra CFLAGS to use to build uClibc" default "" help Add any additional CFLAGS to be used to build uClibc. @@ -2334,7 +2334,7 @@ config WARNINGS string "Compiler Warnings" default "-Wall" help - Set this to the set of gcc warnings you wish to see while compiling. + Set this to the set of compiler warnings you wish to see while compiling. config EXTRA_WARNINGS bool "Enable extra annoying warnings" |