]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
toolchain/*/Config.in: fix attributes order
authorRicardo Martincoski <ricardo.martincoski@gmail.com>
Sun, 1 Apr 2018 05:08:38 +0000 (02:08 -0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 1 Apr 2018 07:08:38 +0000 (09:08 +0200)
... to follow the convention: type, default, depends on, select, help.

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
toolchain/Config.in
toolchain/toolchain-buildroot/Config.in
toolchain/toolchain-external/toolchain-external-custom/Config.in.options

index 91035c71d76e6b889f97da7068c8aed815d40cdf..212fbbd300309c429cde110cd56164d952fd51ed 100644 (file)
@@ -42,8 +42,8 @@ choice
 
 config BR2_TOOLCHAIN_BUILDROOT
        bool "Buildroot toolchain"
 
 config BR2_TOOLCHAIN_BUILDROOT
        bool "Buildroot toolchain"
-       select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS
        depends on BR2_ARCH_HAS_TOOLCHAIN_BUILDROOT
        depends on BR2_ARCH_HAS_TOOLCHAIN_BUILDROOT
+       select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS
 
 config BR2_TOOLCHAIN_EXTERNAL
        bool "External toolchain"
 
 config BR2_TOOLCHAIN_EXTERNAL
        bool "External toolchain"
index 9668f8d41ae64d82af14b95f87e72423e0199cd2..0ab7e8db97db9345f5d0b1b178ed62752f4f4392 100644 (file)
@@ -27,13 +27,13 @@ choice
 
 config BR2_TOOLCHAIN_BUILDROOT_UCLIBC
        bool "uClibc-ng"
 
 config BR2_TOOLCHAIN_BUILDROOT_UCLIBC
        bool "uClibc-ng"
-       select BR2_TOOLCHAIN_USES_UCLIBC
        depends on BR2_aarch64 || BR2_aarch64_be || BR2_arcle   || BR2_arceb  || \
                   BR2_arm     || BR2_armeb    || \
                   BR2_bfin    || BR2_i386   || BR2_m68k   || BR2_microblaze || \
                   BR2_mips    || BR2_mipsel || BR2_mips64 || BR2_mips64el || \
                   BR2_or1k    || BR2_powerpc || BR2_sh2a   || BR2_sh4     || \
                   BR2_sh4eb   || BR2_sparc   || BR2_xtensa || BR2_x86_64
        depends on BR2_aarch64 || BR2_aarch64_be || BR2_arcle   || BR2_arceb  || \
                   BR2_arm     || BR2_armeb    || \
                   BR2_bfin    || BR2_i386   || BR2_m68k   || BR2_microblaze || \
                   BR2_mips    || BR2_mipsel || BR2_mips64 || BR2_mips64el || \
                   BR2_or1k    || BR2_powerpc || BR2_sh2a   || BR2_sh4     || \
                   BR2_sh4eb   || BR2_sparc   || BR2_xtensa || BR2_x86_64
+       select BR2_TOOLCHAIN_USES_UCLIBC
        help
          This option selects uClibc-ng as the C library for the
          cross-compilation toolchain.
        help
          This option selects uClibc-ng as the C library for the
          cross-compilation toolchain.
index 70c7d8e3c393e817e843a0fa29579d60b347638a..6c12b1619c3791a18bc42645c56e5c271f8852c2 100644 (file)
@@ -320,8 +320,8 @@ config BR2_TOOLCHAIN_EXTERNAL_LOCALE
 
 config BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS
        bool "Toolchain has threads support?"
 
 config BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS
        bool "Toolchain has threads support?"
-       select BR2_TOOLCHAIN_HAS_THREADS
        default y
        default y
+       select BR2_TOOLCHAIN_HAS_THREADS
        help
          Select this option if your external toolchain has thread
          support. If you don't know, leave the default value,
        help
          Select this option if your external toolchain has thread
          support. If you don't know, leave the default value,
@@ -331,8 +331,8 @@ if BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS
 
 config BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_DEBUG
        bool "Toolchain has threads debugging support?"
 
 config BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_DEBUG
        bool "Toolchain has threads debugging support?"
-       select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
        default y
        default y
+       select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
        help
          Select this option if your external toolchain has thread
          debugging support. If you don't know, leave the default
        help
          Select this option if your external toolchain has thread
          debugging support. If you don't know, leave the default
@@ -340,8 +340,8 @@ config BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_DEBUG
 
 config BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_NPTL
        bool "Toolchain has NPTL threads support?"
 
 config BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_NPTL
        bool "Toolchain has NPTL threads support?"
-       select BR2_TOOLCHAIN_HAS_THREADS_NPTL
        default y
        default y
+       select BR2_TOOLCHAIN_HAS_THREADS_NPTL
        help
          Select this option if your external toolchain uses the NPTL
          (Native Posix Thread Library) implementation of Posix
        help
          Select this option if your external toolchain uses the NPTL
          (Native Posix Thread Library) implementation of Posix
@@ -354,9 +354,9 @@ endif # BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC
 
 config BR2_TOOLCHAIN_EXTERNAL_HAS_SSP
        bool "Toolchain has SSP support?"
 
 config BR2_TOOLCHAIN_EXTERNAL_HAS_SSP
        bool "Toolchain has SSP support?"
-       select BR2_TOOLCHAIN_HAS_SSP
        default y if BR2_TOOLCHAIN_EXTERNAL_GLIBC
        default y if BR2_TOOLCHAIN_EXTERNAL_MUSL
        default y if BR2_TOOLCHAIN_EXTERNAL_GLIBC
        default y if BR2_TOOLCHAIN_EXTERNAL_MUSL
+       select BR2_TOOLCHAIN_HAS_SSP
        help
          Selection this option if your external toolchain has Stack
          Smashing Protection support enabled. If you don't know,
        help
          Selection this option if your external toolchain has Stack
          Smashing Protection support enabled. If you don't know,
@@ -365,9 +365,9 @@ config BR2_TOOLCHAIN_EXTERNAL_HAS_SSP
 
 config BR2_TOOLCHAIN_EXTERNAL_INET_RPC
        bool "Toolchain has RPC support?"
 
 config BR2_TOOLCHAIN_EXTERNAL_INET_RPC
        bool "Toolchain has RPC support?"
-       select BR2_TOOLCHAIN_HAS_NATIVE_RPC
-       depends on !BR2_TOOLCHAIN_EXTERNAL_MUSL
        default y if BR2_TOOLCHAIN_EXTERNAL_GLIBC
        default y if BR2_TOOLCHAIN_EXTERNAL_GLIBC
+       depends on !BR2_TOOLCHAIN_EXTERNAL_MUSL
+       select BR2_TOOLCHAIN_HAS_NATIVE_RPC
        help
          Select this option if your external toolchain supports
          RPC. If you don't know, leave the default value, Buildroot
        help
          Select this option if your external toolchain supports
          RPC. If you don't know, leave the default value, Buildroot