Hi, On Sat, Apr 09, 2011 at 11:41:57PM +0200, Stephan Linz wrote: > Remove the unusually autoconf option '--enable-multilib'. With > beginning of avr-libc version 1.7.x it is'n anymore present.
This is not ok. The version is in the ptxconfig, and we have a avr toolchain with avr-libc version 1.6.2. What would happen here? If it's ok, fix the comment, otherwise make it conditional. I don't know anything about avr-libc, so I have no idea what the correct solution is. 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 | -- ptxdist mailing list [email protected]
