package/gcc: properly order properties of BR2_GCC_SUPPORTS_DLANG
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 25 Oct 2019 18:18:09 +0000 (20:18 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 25 Oct 2019 18:18:29 +0000 (20:18 +0200)
Fixes:

package/gcc/Config.in.host:84: attributes order: type, default, depends on, select, help (http://nightly.buildroot.org/#_config_files)

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/gcc/Config.in.host

index aeea21c0fbdfffcc25331ea2e8e225095e9ee291..5c1bee076d0ac40b3931157d68d8f39d98558c50 100644 (file)
@@ -79,8 +79,6 @@ config BR2_GCC_SUPPORTS_LIBCILKRTS
 
 config BR2_GCC_SUPPORTS_DLANG
        bool
-       depends on BR2_TOOLCHAIN_GCC_AT_LEAST_9
-       depends on BR2_TOOLCHAIN_USES_GLIBC
        default y if BR2_aarch64
        default y if BR2_arm
        default y if BR2_i386
@@ -89,6 +87,8 @@ config BR2_GCC_SUPPORTS_DLANG
        default y if BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
        default y if BR2_x86_64
        default y if BR2_riscv && !BR2_RISCV_64
+       depends on BR2_TOOLCHAIN_GCC_AT_LEAST_9
+       depends on BR2_TOOLCHAIN_USES_GLIBC
 
 config BR2_GCC_VERSION
        string