summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-01-28 12:57:00 +0100
committerBernhard Reutner-Fischer2007-01-28 12:57:00 +0100
commitf27735d605b6cce4759687b762aa8d5953ddb9ec (patch)
treef7814ea527b9f32853f7d33916b646608788c04c /toolchain/gcc/Config.in
parentpull from uClinux CVS (diff)
downloadbuildroot-f27735d605b6cce4759687b762aa8d5953ddb9ec.tar.gz
buildroot-f27735d605b6cce4759687b762aa8d5953ddb9ec.tar.xz
buildroot-f27735d605b6cce4759687b762aa8d5953ddb9ec.zip
- fix indentation of help texts
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r--toolchain/gcc/Config.in26
1 files changed, 12 insertions, 14 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index 80fba7bbb..b35bdcc8d 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -96,16 +96,16 @@ config BR2_GCC_USE_SJLJ_EXCEPTIONS
bool "Enable setjmp/longjmp exceptions?"
default n
help
- For some platforms, proper stack unwinding works perfectly,
- while other platforms must use setjmp/longjmp exceptions for
- proper stack unwinding during exception handling. Most people
- can leave this set to n.
+ For some platforms, proper stack unwinding works perfectly,
+ while other platforms must use setjmp/longjmp exceptions for
+ proper stack unwinding during exception handling. Most people
+ can leave this set to n.
config BR2_EXTRA_GCC_CONFIG_OPTIONS
string "Additional gcc options"
default ""
help
- Any additional gcc options you may want to include....
+ Any additional gcc configure options you may want to include....
config BR2_INSTALL_LIBSTDCPP
bool "Build/install c++ compiler and libstdc++?"
@@ -113,35 +113,33 @@ config BR2_INSTALL_LIBSTDCPP
# huh? why so? select BR2_LARGEFILE
select BR2_LARGEFILE if !BR2_GCC_VERSION_4_2
help
- Build/install c++ compiler and libstdc++?
+ Build/install c++ compiler and libstdc++?
config BR2_INSTALL_LIBGCJ
bool "Build/install java compiler and libgcj?"
default n
depends on BR2_INSTALL_LIBSTDCPP
help
- Build/install java compiler and libgcj?
+ Build/install java compiler and libgcj?
config BR2_INSTALL_OBJC
bool "Build/install Objective-C compiler and runtime?"
default n
help
- Build/install Objective-C compiler and runtime?
+ Build/install Objective-C compiler and runtime?
config BR2_INSTALL_FORTRAN
bool "Build/install Fortran compiler and runtime?"
default n
select BR2_PACKAGE_LIBMPFR
help
- Build/install Fortran compiler and runtime?
- Note that it is highly recommended NOT to use gfortran
- from gcc older than 4.2.0
-
- You have been warned..
+ Build/install Fortran compiler and runtime?
+ Note that it is highly recommended NOT to use gfortran
+ from gcc older than 4.2.0
config BR2_GCC_SHARED_LIBGCC
bool "Build/install a shared libgcc?"
default y
help
- Build/install a shared libgcc library
+ Build/install a shared libgcc library