switch default binutils to 2.16.1
authorFelix Fietkau <nbd@openwrt.org>
Sun, 23 Oct 2005 17:21:30 +0000 (17:21 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 23 Oct 2005 17:21:30 +0000 (17:21 +0000)
SVN-Revision: 2280

openwrt/toolchain/binutils/Config.in

index 1dda7d42684d7af99cba85a20f51e8646257e209..42a703ff1e12e57fbf664e28d89076706804eb4d 100644 (file)
@@ -6,7 +6,7 @@ endif
 
 choice
        prompt "Binutils Version" if CONFIG_DEVEL
-       default BR2_BINUTILS_VERSION_2_15_94_0_2
+       default BR2_BINUTILS_VERSION_2_16_1
        help
          Select the version of binutils you wish to use.
 
@@ -29,6 +29,6 @@ endchoice
 config BR2_BINUTILS_VERSION
        string
        default "2.15"            if BR2_BINUTILS_VERSION_2_15
-       default "2.15.94.0.2"     if BR2_BINUTILS_VERSION_2_15_94_0_2 || !CONFIG_DEVEL
+       default "2.15.94.0.2"     if BR2_BINUTILS_VERSION_2_15_94_0_2
        default "2.15.94.0.2.2"   if BR2_BINUTILS_VERSION_2_15_94_0_2_2
-       default "2.16.1"          if BR2_BINUTILS_VERSION_2_16_1
+       default "2.16.1"          if BR2_BINUTILS_VERSION_2_16_1 || !CONFIG_DEVEL