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.

Michael

> Signed-off-by: Stephan Linz <l...@li-pro.net>
> ---
>  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
> ptxdist@pengutronix.de
> 

-- 
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
ptxdist@pengutronix.de

Reply via email to