Am Sonntag, 17. April 2011, um 10:00:03 schrieb Michael Olbrich: > On Fri, Apr 15, 2011 at 02:24:28PM +0200, Stephan Linz wrote: > > Remove the unusually autoconf option '--enable-multilib'. AVR-Libc > > doesn't know about it. AVR-Libc just needs a multilib enabled > > infrastructure of binutils and gcc. With beginning of AVR-Libc > > version 1.7.x this option will receipted with an error. AVR-Libc > > 1.6.2 just doesn't complain about it. So we remove it. > > I've applied this patch now. I'm not so sure what to do with the rest. I > understand the use-case, but I'm uncomfortable adding a completely > different and undocumented patch series.
Hm, undocumented? Did you read the information on c't-Bot Wiki? http://www.heise.de/ct/projekte/machmit/ctbot/wiki/AVRToolchain All the patches on c't-Bot was developed by Atmel, Norway. For details read this document from December 2010: http://distribute.atmel.no/tools/avr32/beta/avr8-gnu-toolchain-3.1.0.206- readme.pdf more intrest links would be: http://www.atmel.no/beta_ware/ http://distribute.atmel.no/tools/opensource/ <-- Atmel patch serie Isn't it not enough documentation? Stephan > > Michael > > > Signed-off-by: Stephan Linz <[email protected]> > > --- > > rules/avrlib.make | 3 +-- > > 1 files changed, 1 insertions(+), 2 deletions(-) > > > > diff --git a/rules/avrlib.make b/rules/avrlib.make > > index d30361a..a1281c3 100644 > > --- a/rules/avrlib.make > > +++ b/rules/avrlib.make > > @@ -59,8 +59,7 @@ AVRLIB_ENV := \ > > AVRLIB_AUTOCONF := \ > > --prefix=$(PTXCONF_SYSROOT_TARGET) \ > > --host=$(PTXCONF_GNU_TARGET) \ > > - --target=$(PTXCONF_GNU_TARGET) \ > > - --enable-multilib > > + --target=$(PTXCONF_GNU_TARGET) > > > > $(STATEDIR)/avrlib.prepare: > > @$(call targetinfo) > > -- > > 1.6.0.4 > > > > > > -- > > ptxdist mailing list > > [email protected] > > -- > Pengutronix e.K. | | > Industrial Linux Solutions | http://www.pengutronix.de/ | > Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | > Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- Viele Grüße, Stephan Linz ______________________________________________________________________________ MB-Ref: http://www.li-pro.de/xilinx_mb:mbref:start OpenDCC: http://www.li-pro.net/opendcc.phtml PC/M: http://www.li-pro.net/pcm.phtml CDK4AVR: http://cdk4avr.sourceforge.net/ CDK4NIOS: http://cdk4nios.sourceforge.net/ CDK4MSP: http://cdk4msp.sourceforge.net/ CPM4L: http://download.opensuse.org/repositories/home:/rexut:/CPM4L -- ptxdist mailing list [email protected]
