- reformat help text to fit default width better

This commit is contained in:
Bernhard Reutner-Fischer 2007-01-24 14:50:21 +00:00
parent bef5b36b9e
commit 6cc2db583b

View File

@ -36,11 +36,15 @@ config BR2_SOFT_FLOAT
help help
If your target CPU does not have a Floating Point Unit (FPU) or a 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 kernel FPU emulator, but you still wish to support floating point
functions, then everything will need to be compiled with soft floating functions, then everything will need to be compiled with soft
point support (-msoft-float). floating point support (-msoft-float).
Most people will answer N. Most people will answer N.
#config BR2_SOFT_FLOAT_FP
# bool "Use softfp"
# default n
config BR2_TARGET_OPTIMIZATION config BR2_TARGET_OPTIMIZATION
string "Target Optimizations" string "Target Optimizations"
default "-Os -pipe" default "-Os -pipe"
@ -51,12 +55,13 @@ config BR2_CROSS_TOOLCHAIN_TARGET_UTILS
bool "Include target utils in cross toolchain" bool "Include target utils in cross toolchain"
default y default y
help help
When using buildroot to build a deployable cross toolchain, it is handy When using buildroot to build a deployable cross toolchain,
to include certain target apps with that toolchain as a convenience. it is handy to include certain target apps with that toolchain
as a convenience.
Examples include ldd, gdbserver, and strace. Examples include ldd, gdbserver, and strace.
Answer Y if you want these apps (if built) copied into the cross toolchain Answer Y if you want these apps (if built) copied into the
dir under <arch>-linux-uclibc/target_utils/. cross toolchain dir under <arch>-linux-uclibc/target_utils/.
endmenu endmenu