[PATCH] libc/newlib: fix configure error

Mike Frysinger vapier@gentoo.org
Wed Dec 7 03:17:00 GMT 2011


On Tuesday 06 December 2011 21:18:16 Zhenqiang Chen wrote:
> --- a/scripts/build/libc/newlib.sh      Wed Nov 30 12:07:59 2011 +0100
> +++ b/scripts/build/libc/newlib.sh      Wed Dec 07 10:13:17 2011 +0800
>
>      AR=${CT_TARGET}-ar                                  \
>      RANLIB=${CT_TARGET}-ranlib                          \
>      "${CT_SRC_DIR}/newlib-$(libc_newlib_version)/configure" \
> -        --host=${CT_BUILD}                              \
> +        --build=${CT_BUILD}                             \
> +        --host=${CT_HOST}                               \
>          --target=${CT_TARGET}                           \

i'd expect newlib to be like glibc and would use:
	--build=${CT_BUILD} --host=${CT_TARGET}

does newlib even use --target= ?  
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://sourceware.org/pipermail/crossgcc/attachments/20111207/7acd3cca/attachment.sig>


More information about the crossgcc mailing list