diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-11 03:04:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-11 03:04:18 +0000 |
commit | eb33ef8a87af3e8be03d89b80f4fd5a8fbfe70a0 (patch) | |
tree | 21f77540da723d46e170eb00e07d4f0f03bf719c /extra/Configs/Config.in | |
parent | 1664f73efa9499cca3c3287cf5b7888fde8b832e (diff) |
remove unused ARCH_LDFLAGS and touchup broken whitespace
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r-- | extra/Configs/Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 24108142e..a5f61813d 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -2,6 +2,7 @@ # For a description of the syntax of this configuration file, # see extra/config/Kconfig-language.txt # + mainmenu "uClibc C Library Configuration" choice @@ -742,8 +743,8 @@ config UCLIBC_HAS_GLIBC_CUSTOM_PRINTF NOTE: This implementation limits the number or registered specifiers to 10. NOTE: This implementation requires new conversion specifiers to be ASCII - characters (0-0x7f). This is to avoid problems with processing - format strings in locales with different multibyte conversions. + characters (0-0x7f). This is to avoid problems with processing + format strings in locales with different multibyte conversions. Most people will answer N. |