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

ulf at uclibc.org ulf at uclibc.org
Sat Jan 3 01:06:16 UTC 2009


Author: ulf
Date: 2009-01-03 01:06:16 +0000 (Sat, 03 Jan 2009)
New Revision: 24662

Log:
one more fix of binutils config for AVR32 toolchain

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


Changeset:
Modified: trunk/buildroot/toolchain/binutils/Config.in
===================================================================
--- trunk/buildroot/toolchain/binutils/Config.in	2009-01-03 00:59:57 UTC (rev 24661)
+++ trunk/buildroot/toolchain/binutils/Config.in	2009-01-03 01:06:16 UTC (rev 24662)
@@ -11,11 +11,11 @@
 	config BR2_BINUTILS_VERSION_2_17
 		depends on !BR2_avr32 && !BR2_nios2
 		depends on BR2_DEPRECATED
-		depends on BR2_EXT_BINUTILS_VERSION_2_17
 		bool "binutils 2.17"
 
 	config BR2_BINUTILS_VERSION_2_17
 		depends on BR2_avr32
+		depends on BR2_EXT_BINUTILS_VERSION_2_17
 		bool "binutils 2.17"
 
 	config BR2_BINUTILS_VERSION_2_17_50_0_17




More information about the buildroot mailing list