- fix indentation of help texts

This commit is contained in:
Bernhard Reutner-Fischer 2007-01-28 11:57:00 +00:00
parent e0b4700acf
commit f27735d605

View File

@ -96,16 +96,16 @@ config BR2_GCC_USE_SJLJ_EXCEPTIONS
bool "Enable setjmp/longjmp exceptions?" bool "Enable setjmp/longjmp exceptions?"
default n default n
help help
For some platforms, proper stack unwinding works perfectly, For some platforms, proper stack unwinding works perfectly,
while other platforms must use setjmp/longjmp exceptions for while other platforms must use setjmp/longjmp exceptions for
proper stack unwinding during exception handling. Most people proper stack unwinding during exception handling. Most people
can leave this set to n. can leave this set to n.
config BR2_EXTRA_GCC_CONFIG_OPTIONS config BR2_EXTRA_GCC_CONFIG_OPTIONS
string "Additional gcc options" string "Additional gcc options"
default "" default ""
help help
Any additional gcc options you may want to include.... Any additional gcc configure options you may want to include....
config BR2_INSTALL_LIBSTDCPP config BR2_INSTALL_LIBSTDCPP
bool "Build/install c++ compiler and libstdc++?" bool "Build/install c++ compiler and libstdc++?"
@ -113,35 +113,33 @@ config BR2_INSTALL_LIBSTDCPP
# huh? why so? select BR2_LARGEFILE # huh? why so? select BR2_LARGEFILE
select BR2_LARGEFILE if !BR2_GCC_VERSION_4_2 select BR2_LARGEFILE if !BR2_GCC_VERSION_4_2
help help
Build/install c++ compiler and libstdc++? Build/install c++ compiler and libstdc++?
config BR2_INSTALL_LIBGCJ config BR2_INSTALL_LIBGCJ
bool "Build/install java compiler and libgcj?" bool "Build/install java compiler and libgcj?"
default n default n
depends on BR2_INSTALL_LIBSTDCPP depends on BR2_INSTALL_LIBSTDCPP
help help
Build/install java compiler and libgcj? Build/install java compiler and libgcj?
config BR2_INSTALL_OBJC config BR2_INSTALL_OBJC
bool "Build/install Objective-C compiler and runtime?" bool "Build/install Objective-C compiler and runtime?"
default n default n
help help
Build/install Objective-C compiler and runtime? Build/install Objective-C compiler and runtime?
config BR2_INSTALL_FORTRAN config BR2_INSTALL_FORTRAN
bool "Build/install Fortran compiler and runtime?" bool "Build/install Fortran compiler and runtime?"
default n default n
select BR2_PACKAGE_LIBMPFR select BR2_PACKAGE_LIBMPFR
help help
Build/install Fortran compiler and runtime? Build/install Fortran compiler and runtime?
Note that it is highly recommended NOT to use gfortran Note that it is highly recommended NOT to use gfortran
from gcc older than 4.2.0 from gcc older than 4.2.0
You have been warned..
config BR2_GCC_SHARED_LIBGCC config BR2_GCC_SHARED_LIBGCC
bool "Build/install a shared libgcc?" bool "Build/install a shared libgcc?"
default y default y
help help
Build/install a shared libgcc library Build/install a shared libgcc library