- fix typo. This is an lxdialog bug for "depends on !!CONFIG_SYMBOL" where the double...
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 20 Sep 2007 09:25:57 +0000 (09:25 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 20 Sep 2007 09:25:57 +0000 (09:25 -0000)
toolchain/gcc/Config.in

index 545fd69e0472fcb86742db4b31fc3c72db7cb5ad..c255343a27ebb04a495e0f22427dfb7c63a754b3 100644 (file)
@@ -119,7 +119,7 @@ config BR2_GCC_VERSION
 
 config BR2_TOOLCHAIN_SYSROOT
        bool "Enable toolchain with --sysroot support"
-       depends on !BR2_GCC_VERSION_3_3_5 && !BR2_GCC_VERSION_3_3_6 && !BR2_GCC_VERSION_3_4_2 && !BR2_GCC_VERSION_3_4_3 && !BR2_GCC_VERSION_3_4_4 && !BR2_GCC_VERSION_3_4_5 && !BR2_GCC_VERSION_3_4_6 && !BR2_GCC_VERSION_4_0_0 && !BR2_GCC_VERSION_4_0_1 && !BR2_GCC_VERSION_4_0_2 && !BR2_GCC_VERSION_4_0_3 && !BR2_GCC_VERSION_4_0_4 && !BR2_GCC_VERSION_4_1_0 && !BR2_GCC_VERSION_4_1_1 && !!BR2_GCC_VERSION_4_1_2
+       depends on !BR2_GCC_VERSION_3_3_5 && !BR2_GCC_VERSION_3_3_6 && !BR2_GCC_VERSION_3_4_2 && !BR2_GCC_VERSION_3_4_3 && !BR2_GCC_VERSION_3_4_4 && !BR2_GCC_VERSION_3_4_5 && !BR2_GCC_VERSION_3_4_6 && !BR2_GCC_VERSION_4_0_0 && !BR2_GCC_VERSION_4_0_1 && !BR2_GCC_VERSION_4_0_2 && !BR2_GCC_VERSION_4_0_3 && !BR2_GCC_VERSION_4_0_4 && !BR2_GCC_VERSION_4_1_0 && !BR2_GCC_VERSION_4_1_1 && !BR2_GCC_VERSION_4_1_2
        default y
        help
          Enables --sysroot=dir for binutils and gcc.