All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [oe-commits] Holger Hans Peter Freyther : site: Add ac value for mipsel-linux and mipsel-linux-uclibc
       [not found] <E1Md2kK-0008Uz-Fd@melo.openembedded.org>
@ 2009-08-17 15:24 ` Tom Rini
  2009-08-18  1:50   ` Holger Hans Peter Freyther
  0 siblings, 1 reply; 4+ messages in thread
From: Tom Rini @ 2009-08-17 15:24 UTC (permalink / raw)
  To: openembedded-devel

On Mon, Aug 17, 2009 at 01:59:36PM +0000, git version control wrote:

> Module: openembedded.git
> Branch: org.openembedded.dev
> Commit: 0907be2124ae3ca7b80dfc60d7632504339f00bd
> URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0907be2124ae3ca7b80dfc60d7632504339f00bd
> 
> Author: Holger Hans Peter Freyther <zecke@selfish.org>
> Date:   Thu Aug 13 06:55:59 2009 +0200
> 
> site: Add ac value for mipsel-linux and mipsel-linux-uclibc
> 
> The results were found using google and applying
> common sense.
> 
> ---
> 
>  site/mipsel-linux        |    4 ++++
>  site/mipsel-linux-uclibc |    4 ++++
>  2 files changed, 8 insertions(+), 0 deletions(-)
> 
> diff --git a/site/mipsel-linux b/site/mipsel-linux
> index 06602ca..ef7612b 100644
> --- a/site/mipsel-linux
> +++ b/site/mipsel-linux
> @@ -6,6 +6,10 @@ ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
>  # tslib, others
>  ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
>  
> +# mysql
> +ac_cv_sys_restartable_syscalls=${ac_cv_sys_restartable_syscalls=yes}
> +ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}
> +
>  # bash
>  ac_cv_c_long_double=${ac_cv_c_long_double=no}
>  bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}
> diff --git a/site/mipsel-linux-uclibc b/site/mipsel-linux-uclibc
> index 9545fea..9fdfe3a 100644
> --- a/site/mipsel-linux-uclibc
> +++ b/site/mipsel-linux-uclibc
> @@ -6,6 +6,10 @@ ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
>  # tslib, others
>  ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
>  
> +# mysql
> +ac_cv_sys_restartable_syscalls=${ac_cv_sys_restartable_syscalls=yes}
> +ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}
> +
>  # bash
>  ac_cv_c_long_double=${ac_cv_c_long_double=no}
>  bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}

Given that the answer is the same for mipsel-linux and
mipsel-linux-uclibc, this is probably the wrong place.  The right place
is either a mips common one or a linux common one (if it's also the same
for every other linux platform).

-- 
Tom Rini



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [oe-commits] Holger Hans Peter Freyther : site: Add ac value for mipsel-linux and mipsel-linux-uclibc
  2009-08-17 15:24 ` [oe-commits] Holger Hans Peter Freyther : site: Add ac value for mipsel-linux and mipsel-linux-uclibc Tom Rini
@ 2009-08-18  1:50   ` Holger Hans Peter Freyther
  2009-08-18  4:23     ` [oe-commits] Holger Hans Peter Freyther : site: Add ac value?for " Tom Rini
  0 siblings, 1 reply; 4+ messages in thread
From: Holger Hans Peter Freyther @ 2009-08-18  1:50 UTC (permalink / raw)
  To: openembedded-devel

On Monday 17 August 2009 17:24:08 Tom Rini wrote:

> Given that the answer is the same for mipsel-linux and
> mipsel-linux-uclibc, this is probably the wrong place.  The right place
> is either a mips common one or a linux common one (if it's also the same
> for every other linux platform).

To be honest CONFIG_SITE is always a bit of black magic to me. Can I just 
create mipsel-common and it will be picked up? Actually I should just try it.

z.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [oe-commits] Holger Hans Peter Freyther : site: Add ac value?for mipsel-linux and mipsel-linux-uclibc
  2009-08-18  1:50   ` Holger Hans Peter Freyther
@ 2009-08-18  4:23     ` Tom Rini
  2009-08-18 12:45       ` Holger Hans Peter Freyther
  0 siblings, 1 reply; 4+ messages in thread
From: Tom Rini @ 2009-08-18  4:23 UTC (permalink / raw)
  To: openembedded-devel

On Tue, Aug 18, 2009 at 03:50:02AM +0200, Holger Hans Peter Freyther wrote:
> On Monday 17 August 2009 17:24:08 Tom Rini wrote:
> 
> > Given that the answer is the same for mipsel-linux and
> > mipsel-linux-uclibc, this is probably the wrong place.  The right place
> > is either a mips common one or a linux common one (if it's also the same
> > for every other linux platform).
> 
> To be honest CONFIG_SITE is always a bit of black magic to me. Can I just 
> create mipsel-common and it will be picked up? Actually I should just try it.

What's picked up depends on siteinfo.bbclass.  So you'd have to add it
there.  But, it's quite likely these belong in common-linux:
$ grep ac_cv_sys_restartable_syscalls *
armeb-linux:ac_cv_sys_restartable_syscalls=yes
armeb-linux-uclibc:ac_cv_sys_restartable_syscalls=yes
arm-linux:ac_cv_sys_restartable_syscalls=yes
arm-linux-uclibc:ac_cv_sys_restartable_syscalls=yes
ix86-common:ac_cv_sys_restartable_syscalls=yes
ix86-common:ac_cv_sys_restartable_syscalls=yes
powerpc-common:ac_cv_sys_restartable_syscalls=yes
sh-common:ac_cv_sys_restartable_syscalls=yes
sparc-linux:ac_cv_sys_restartable_syscalls=yes
$ grep ac_cv_conv_longlong_to_float *
arm-common:ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}
ix86-common:ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}
powerpc-common:ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}
sh-common:ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}

-- 
Tom Rini



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [oe-commits] Holger Hans Peter Freyther : site: Add ac value?for mipsel-linux and mipsel-linux-uclibc
  2009-08-18  4:23     ` [oe-commits] Holger Hans Peter Freyther : site: Add ac value?for " Tom Rini
@ 2009-08-18 12:45       ` Holger Hans Peter Freyther
  0 siblings, 0 replies; 4+ messages in thread
From: Holger Hans Peter Freyther @ 2009-08-18 12:45 UTC (permalink / raw)
  To: openembedded-devel

On Tuesday 18 August 2009 06:23:32 Tom Rini wrote:
> On Tue, Aug 18, 2009 at 03:50:02AM +0200, Holger Hans Peter Freyther wrote:
> > On Monday 17 August 2009 17:24:08 Tom Rini wrote:
> > > Given that the answer is the same for mipsel-linux and
> > > mipsel-linux-uclibc, this is probably the wrong place.  The right place
> > > is either a mips common one or a linux common one (if it's also the
> > > same for every other linux platform).
> >
> > To be honest CONFIG_SITE is always a bit of black magic to me. Can I just
> > create mipsel-common and it will be picked up? Actually I should just try
> > it.
>
> What's picked up depends on siteinfo.bbclass.  So you'd have to add it
> there.  But, it's quite likely these belong in common-linux:
> $ grep ac_cv_sys_restartable_syscalls *
> armeb-linux:ac_cv_sys_restartable_syscalls=yes
> armeb-linux-uclibc:ac_cv_sys_restartable_syscalls=yes
> arm-linux:ac_cv_sys_restartable_syscalls=yes
> arm-linux-uclibc:ac_cv_sys_restartable_syscalls=yes
> ix86-common:ac_cv_sys_restartable_syscalls=yes
> ix86-common:ac_cv_sys_restartable_syscalls=yes
> powerpc-common:ac_cv_sys_restartable_syscalls=yes
> sh-common:ac_cv_sys_restartable_syscalls=yes
> sparc-linux:ac_cv_sys_restartable_syscalls=yes
> $ grep ac_cv_conv_longlong_to_float *
> arm-common:ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}
> ix86-common:ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes
>}
> powerpc-common:ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=
>yes}
> sh-common:ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}

Good points,

I started creating a mipsel-common and the net result would be that the 
mipsel-linux,mipsel-linux-uclibc files will be empty. I will need some more 
time to do this cleanup...



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-08-18 13:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <E1Md2kK-0008Uz-Fd@melo.openembedded.org>
2009-08-17 15:24 ` [oe-commits] Holger Hans Peter Freyther : site: Add ac value for mipsel-linux and mipsel-linux-uclibc Tom Rini
2009-08-18  1:50   ` Holger Hans Peter Freyther
2009-08-18  4:23     ` [oe-commits] Holger Hans Peter Freyther : site: Add ac value?for " Tom Rini
2009-08-18 12:45       ` Holger Hans Peter Freyther

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.