[git commit master 1/1] Config.in.arch: Make helptext fit into 80 chars

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Sun Nov 21 00:23:16 UTC 2010


commit: http://git.uclibc.org/uClibc++/commit/?id=e58ee506b2ca1ade1058ebd0b3149355778f0230
branch: http://git.uclibc.org/uClibc++/commit/?id=refs/heads/master

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 extra/Configs/Config.in.arch |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/extra/Configs/Config.in.arch b/extra/Configs/Config.in.arch
index f396279..bfbfab2 100644
--- a/extra/Configs/Config.in.arch
+++ b/extra/Configs/Config.in.arch
@@ -12,9 +12,10 @@ config UCLIBCXX_HAS_FLOATS
 	  strtod() to be omitted from uClibc++.  Other floating point functions, 
 	  such as printf() and scanf() will still be included in the library, 
 	  but will not contain support for floating point numbers.
+	  Answering N to this option can reduce the size of uClibc++.
+
+	  Most people will answer Y.
 
-	  Answering N to this option can reduce the size of uClibc++.  Most people
-	  will answer Y.
 	  THIS DOESN'T DO ANYTHING YET - FIXME
 
 config UCLIBCXX_HAS_LONG_DOUBLE
@@ -30,8 +31,9 @@ config UCLIBCXX_HAS_TLS
 	default y
 	help
 	  Answer Y if your toolchain supports Thread-Local Storage.  This should
-	  work with GCC versions 3.4 and greater, depending on platform.  Answering
-	  no will use non thread-safe exception handling.
+	  work with GCC versions 3.4 and greater, depending on platform.
+
+	  Answering no will use non thread-safe exception handling.
 
 config WARNINGS
 	string "Compiler Warnings"
@@ -43,8 +45,8 @@ config BUILD_EXTRA_LIBRARIES
 	string "Extra Library Link Flags"
 	default ""
 	help
-	  Set this to link against extra libraries when building the library.  This is
-	  useful if you need to link in POSIX threads or TLS support.
+	  Set this to link against extra libraries when building the library.
+	  This is useful if you need to link in POSIX threads or TLS support.
 
 config HAVE_DOT_CONFIG
 	bool
-- 
1.7.2.2



More information about the uClibc-cvs mailing list