diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-01-02 02:34:44 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-01-02 03:02:53 -0500 |
commit | a7123b4744112deecb7aef771f224b680b4a02c0 (patch) | |
tree | ad398a4db2980b2fb4b128b7897b8d16a114bfd6 /extra/Configs | |
parent | 97774e90d694f802ff0cfbf15687af77c6f7239e (diff) |
config: remove some redundant words in the menus
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index d4960fbbf..a3028338d 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -2236,7 +2236,7 @@ config UCLIBC_BUILD_NOEXECSTACK endmenu -menu "uClibc development/debugging options" +menu "Development/debugging options" config CROSS_COMPILER_PREFIX string "Cross-compiling toolchain prefix" @@ -2247,13 +2247,13 @@ config CROSS_COMPILER_PREFIX then enter 'arm-linux-uclibc-' here. config UCLIBC_EXTRA_CFLAGS - string "Extra CFLAGS to use to build uClibc" + string "Extra CFLAGS" default "" help Add any additional CFLAGS to be used to build uClibc. config DODEBUG - bool "Build uClibc with debugging symbols" + bool "Enable debugging symbols" select EXTRA_WARNINGS help Say Y here if you wish to compile uClibc with debugging symbols. @@ -2284,7 +2284,7 @@ config DOSTRIP Most people will answer Y. config DOASSERTS - bool "Build uClibc with run-time assertion testing" + bool "Build with run-time assertion testing" help Say Y here to include runtime assertion tests. This enables runtime assertion testing in some code, which can |