[Buildroot] svn commit: trunk/buildroot/toolchain/binutils

ulf at uclibc.org ulf at uclibc.org
Mon Sep 17 12:42:56 UTC 2007


Author: ulf
Date: 2007-09-17 05:42:56 -0700 (Mon, 17 Sep 2007)
New Revision: 19869

Log:
Don't break AVR32 toolchain by hiding binutils-2.17

Modified:
   trunk/buildroot/toolchain/binutils/Config.in


Changeset:
Modified: trunk/buildroot/toolchain/binutils/Config.in
===================================================================
--- trunk/buildroot/toolchain/binutils/Config.in	2007-09-17 12:40:42 UTC (rev 19868)
+++ trunk/buildroot/toolchain/binutils/Config.in	2007-09-17 12:42:56 UTC (rev 19869)
@@ -41,7 +41,7 @@
 		bool "binutils 2.16.91.0.7"
 
 	config BR2_BINUTILS_VERSION_2_17
-		depends !BR2_nios2 && BR2_DEPRECATED
+		depends BR2_avr32 || !BR2_nios2 && BR2_DEPRECATED
 		bool "binutils 2.17"
 
 	config BR2_BINUTILS_VERSION_2_17_50_0_2




More information about the buildroot mailing list