summaryrefslogtreecommitdiffstats
path: root/toolchain/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-01-24 15:50:21 +0100
committerBernhard Reutner-Fischer2007-01-24 15:50:21 +0100
commit6cc2db583b168252bbdccc3adcc313734f74bd5e (patch)
treeda228c59efd04f4ceaecaf5c3fca2c382dd4cbe7 /toolchain/Config.in
parent- fix breakage that got introduced by a malformed context diff. Sorry.. (diff)
downloadbuildroot-6cc2db583b168252bbdccc3adcc313734f74bd5e.tar.gz
buildroot-6cc2db583b168252bbdccc3adcc313734f74bd5e.tar.xz
buildroot-6cc2db583b168252bbdccc3adcc313734f74bd5e.zip
- reformat help text to fit default width better
Diffstat (limited to 'toolchain/Config.in')
-rw-r--r--toolchain/Config.in17
1 files changed, 11 insertions, 6 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in
index 06e6b514c..82a3621d0 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -36,11 +36,15 @@ config BR2_SOFT_FLOAT
help
If your target CPU does not have a Floating Point Unit (FPU) or a
kernel FPU emulator, but you still wish to support floating point
- functions, then everything will need to be compiled with soft floating
- point support (-msoft-float).
+ functions, then everything will need to be compiled with soft
+ floating point support (-msoft-float).
Most people will answer N.
+#config BR2_SOFT_FLOAT_FP
+# bool "Use softfp"
+# default n
+
config BR2_TARGET_OPTIMIZATION
string "Target Optimizations"
default "-Os -pipe"
@@ -51,12 +55,13 @@ config BR2_CROSS_TOOLCHAIN_TARGET_UTILS
bool "Include target utils in cross toolchain"
default y
help
- When using buildroot to build a deployable cross toolchain, it is handy
- to include certain target apps with that toolchain as a convenience.
+ When using buildroot to build a deployable cross toolchain,
+ it is handy to include certain target apps with that toolchain
+ as a convenience.
Examples include ldd, gdbserver, and strace.
- Answer Y if you want these apps (if built) copied into the cross toolchain
- dir under <arch>-linux-uclibc/target_utils/.
+ Answer Y if you want these apps (if built) copied into the
+ cross toolchain dir under <arch>-linux-uclibc/target_utils/.
endmenu