toolchain/*/Config.in: re-wrap help text

... to follow the convention <tab><2 spaces><62 chars>.

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Ricardo Martincoski 2018-04-01 02:08:45 -03:00 committed by Thomas Petazzoni
parent 7a63dcb19b
commit 6d4f66f9b9
4 changed files with 20 additions and 13 deletions

View File

@ -124,7 +124,8 @@ config BR2_TOOLCHAIN_GLIBC_GCONV_LIBS_COPY
The gconv libraries are used to convert between different The gconv libraries are used to convert between different
character sets (charsets). character sets (charsets).
Say 'y' if you need to store and/or display different charsets. Say 'y' if you need to store and/or display different
charsets.
config BR2_TOOLCHAIN_GLIBC_GCONV_LIBS_LIST config BR2_TOOLCHAIN_GLIBC_GCONV_LIBS_LIST
string "Gconv libraries to copy" string "Gconv libraries to copy"
@ -162,10 +163,11 @@ config BR2_TARGET_OPTIMIZATION
config BR2_TARGET_LDFLAGS config BR2_TARGET_LDFLAGS
string "Target linker options" string "Target linker options"
help help
Extra options to pass to the linker when building for the target. Extra options to pass to the linker when building for the
target.
Note that options with a '$' sign (eg. -Wl,-rpath='$ORIGIN/../lib') Note that options with a '$' sign (eg.
are not supported. -Wl,-rpath='$ORIGIN/../lib') are not supported.
config BR2_ECLIPSE_REGISTER config BR2_ECLIPSE_REGISTER
bool "Register toolchain within Eclipse Buildroot plug-in" bool "Register toolchain within Eclipse Buildroot plug-in"

View File

@ -53,15 +53,16 @@ choice
config BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD config BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD
bool "Toolchain to be downloaded and installed" bool "Toolchain to be downloaded and installed"
help help
Select this option if you want Buildroot to download and install the Select this option if you want Buildroot to download and
toolchain. If you have selected a custom toolchain, specify the URL install the toolchain. If you have selected a custom
in BR2_TOOLCHAIN_EXTERNAL_URL. toolchain, specify the URL in BR2_TOOLCHAIN_EXTERNAL_URL.
config BR2_TOOLCHAIN_EXTERNAL_PREINSTALLED config BR2_TOOLCHAIN_EXTERNAL_PREINSTALLED
bool "Pre-installed toolchain" bool "Pre-installed toolchain"
help help
Select this option if you want to use a pre-installed toolchain. Select this option if you want to use a pre-installed
Specify the path to this toolchain in BR2_TOOLCHAIN_EXTERNAL_PATH. toolchain. Specify the path to this toolchain in
BR2_TOOLCHAIN_EXTERNAL_PATH.
endchoice endchoice

View File

@ -30,12 +30,14 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESCAPE_IMG_MIPS
Select 'MIPS (little endian)' Target Architecture Select 'MIPS (little endian)' Target Architecture
Select 'mips 32r6' Target Architecture Variant Select 'mips 32r6' Target Architecture Variant
Enable 'Use soft-float' Enable 'Use soft-float'
- MIPS32r6 - Little-Endian, Hard-Float, 2008 NaN, o32 ABI, microMIPS - MIPS32r6 - Little-Endian, Hard-Float, 2008 NaN, o32 ABI,
microMIPS
Select 'MIPS (little endian)' Target Architecture Select 'MIPS (little endian)' Target Architecture
Select 'mips 32r6' Target Architecture Variant Select 'mips 32r6' Target Architecture Variant
Disable 'Use soft-float' Disable 'Use soft-float'
Set BR2_TARGET_OPTIMIZATION to '-mmicromips' Set BR2_TARGET_OPTIMIZATION to '-mmicromips'
- MIPS32r6 - Little-Endian, Soft-Float, 2008 NaN, o32 ABI, microMIPS - MIPS32r6 - Little-Endian, Soft-Float, 2008 NaN, o32 ABI,
microMIPS
Select 'MIPS (little endian)' Target Architecture Select 'MIPS (little endian)' Target Architecture
Select 'mips 32r6' Target Architecture Variant Select 'mips 32r6' Target Architecture Variant
Enable 'Use soft-float' Enable 'Use soft-float'

View File

@ -41,12 +41,14 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESCAPE_MTI_MIPS
Select 'MIPS (little endian)' Target Architecture Select 'MIPS (little endian)' Target Architecture
Select 'mips 32r2' Target Architecture Variant Select 'mips 32r2' Target Architecture Variant
Enable 'Use soft-float' Enable 'Use soft-float'
- MIPS32r2 - Little-Endian, Hard-Float, 2008 NaN, o32 ABI, microMIPS - MIPS32r2 - Little-Endian, Hard-Float, 2008 NaN, o32 ABI,
microMIPS
Select 'MIPS (little endian)' Target Architecture Select 'MIPS (little endian)' Target Architecture
Select 'mips 32r2' Target Architecture Variant Select 'mips 32r2' Target Architecture Variant
Enable 'Use soft-float' Enable 'Use soft-float'
Set BR2_TARGET_OPTIMIZATION to '-mmicromips' Set BR2_TARGET_OPTIMIZATION to '-mmicromips'
- MIPS32r2 - Little-Endian, Soft-Float, Legacy NaN, o32 ABI, microMIPS - MIPS32r2 - Little-Endian, Soft-Float, Legacy NaN, o32 ABI,
microMIPS
Select 'MIPS (little endian)' Target Architecture Select 'MIPS (little endian)' Target Architecture
Select 'mips 32r2' Target Architecture Variant Select 'mips 32r2' Target Architecture Variant
Disable 'Use soft-float' Disable 'Use soft-float'