]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
toolchain/*/Config.in: re-wrap help text
authorRicardo Martincoski <ricardo.martincoski@gmail.com>
Sun, 1 Apr 2018 05:08:45 +0000 (02:08 -0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 1 Apr 2018 07:08:47 +0000 (09:08 +0200)
... 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>
toolchain/Config.in
toolchain/toolchain-external/Config.in
toolchain/toolchain-external/toolchain-external-codescape-img-mips/Config.in
toolchain/toolchain-external/toolchain-external-codescape-mti-mips/Config.in

index 212fbbd300309c429cde110cd56164d952fd51ed..b33eaffd52b9175f6130a58d378929cfb34d321b 100644 (file)
@@ -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"
index c4063b177b942d52b3413603522b25d9686e8902..6759e5cefabe128db51b850deddaacc66e7940d3 100644 (file)
@@ -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
 
index 8b2eab0ad20241b1b4ab1301a708c50ccd43c00b..2bfa567672557c3b979cd275e74e34cb5f600c62 100644 (file)
@@ -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'
index db191fd1be8b8aad6d27a5d6d302e700633042b0..5d466a58f4acb8b11d152c25182b2fd5eb6d8cda 100644 (file)
@@ -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'