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:
parent
7a63dcb19b
commit
6d4f66f9b9
@ -124,7 +124,8 @@ config BR2_TOOLCHAIN_GLIBC_GCONV_LIBS_COPY
|
||||
The gconv libraries are used to convert between different
|
||||
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
|
||||
string "Gconv libraries to copy"
|
||||
@ -162,10 +163,11 @@ config BR2_TARGET_OPTIMIZATION
|
||||
config BR2_TARGET_LDFLAGS
|
||||
string "Target linker options"
|
||||
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')
|
||||
are not supported.
|
||||
Note that options with a '$' sign (eg.
|
||||
-Wl,-rpath='$ORIGIN/../lib') are not supported.
|
||||
|
||||
config BR2_ECLIPSE_REGISTER
|
||||
bool "Register toolchain within Eclipse Buildroot plug-in"
|
||||
|
@ -53,15 +53,16 @@ choice
|
||||
config BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD
|
||||
bool "Toolchain to be downloaded and installed"
|
||||
help
|
||||
Select this option if you want Buildroot to download and install the
|
||||
toolchain. If you have selected a custom toolchain, specify the URL
|
||||
in BR2_TOOLCHAIN_EXTERNAL_URL.
|
||||
Select this option if you want Buildroot to download and
|
||||
install the toolchain. If you have selected a custom
|
||||
toolchain, specify the URL in BR2_TOOLCHAIN_EXTERNAL_URL.
|
||||
|
||||
config BR2_TOOLCHAIN_EXTERNAL_PREINSTALLED
|
||||
bool "Pre-installed toolchain"
|
||||
help
|
||||
Select this option if you want to use a pre-installed toolchain.
|
||||
Specify the path to this toolchain in BR2_TOOLCHAIN_EXTERNAL_PATH.
|
||||
Select this option if you want to use a pre-installed
|
||||
toolchain. Specify the path to this toolchain in
|
||||
BR2_TOOLCHAIN_EXTERNAL_PATH.
|
||||
|
||||
endchoice
|
||||
|
||||
|
@ -30,12 +30,14 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESCAPE_IMG_MIPS
|
||||
Select 'MIPS (little endian)' Target Architecture
|
||||
Select 'mips 32r6' Target Architecture Variant
|
||||
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 32r6' Target Architecture Variant
|
||||
Disable 'Use soft-float'
|
||||
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 32r6' Target Architecture Variant
|
||||
Enable 'Use soft-float'
|
||||
|
@ -41,12 +41,14 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESCAPE_MTI_MIPS
|
||||
Select 'MIPS (little endian)' Target Architecture
|
||||
Select 'mips 32r2' Target Architecture Variant
|
||||
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 32r2' Target Architecture Variant
|
||||
Enable 'Use soft-float'
|
||||
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 32r2' Target Architecture Variant
|
||||
Disable 'Use soft-float'
|
||||
|
Loading…
Reference in New Issue
Block a user