From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nigel Kukard Date: Sat, 03 Jan 2009 15:05:50 +0000 Subject: [Buildroot] svn commit: trunk/buildroot/toolchain/binutils In-Reply-To: <20090103005958.74BCC769FD@busybox.osuosl.org> References: <20090103005958.74BCC769FD@busybox.osuosl.org> Message-ID: <495F7ECE.5090903@lbsd.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net ulf at uclibc.org wrote: > Author: ulf > Date: 2009-01-03 00:59:57 +0000 (Sat, 03 Jan 2009) > New Revision: 24661 > > Log: > Unbreak AVR32 toolchain, by making binutils-2.17 available > > 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:40:02 UTC (rev 24660) > +++ trunk/buildroot/toolchain/binutils/Config.in 2009-01-03 00:59:57 UTC (rev 24661) > @@ -14,6 +14,10 @@ > depends on BR2_EXT_BINUTILS_VERSION_2_17 > bool "binutils 2.17" > > + config BR2_BINUTILS_VERSION_2_17 > + depends on BR2_avr32 > + bool "binutils 2.17" > + > config BR2_BINUTILS_VERSION_2_17_50_0_17 > depends on !BR2_avr32 && !BR2_nios2 > depends on BR2_DEPRECATED > This causes a warning... toolchain/binutils/Config.in:19:warning: choice values currently only support a single prompt toolchain/binutils/Config.in:14:warning: choice values currently only support a single prompt Please fix.