On Wed, 2011-07-27 at 00:47 -0700, Saul Wold wrote:
> diff --git a/meta/site/arm-common b/meta/site/arm-common
> index 5d3e68a..39eb30b 100644
> --- a/meta/site/arm-common
> +++ b/meta/site/arm-common
> @@ -14,21 +14,7 @@ 
> apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes}
>  
>  # bash
>  ac_cv_c_long_double=${ac_cv_c_long_double=yes}
> -bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}
>  bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing}

That sigsetjmp thing looks pretty bogus to me.  sigsetjmp() is POSIX.1;
it isn't (shouldn't be) architecture specific in any way, and both
eglibc and uclibc implement it nowadays.  I think you should probably
have sigsetjmp=present in linux-common.

p.



_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to