All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] site/mips{,64}-common: Add postgresql bits.
@ 2010-10-21  0:31 Graham Gower
  2010-10-21  1:43 ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Graham Gower @ 2010-10-21  0:31 UTC (permalink / raw)
  To: openembedded-devel


Signed-off-by: Graham Gower <graham.gower@gmail.com>
---
 site/mips-common   |    6 ++++++
 site/mips64-common |    6 ++++++
 2 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/site/mips-common b/site/mips-common
index 4b18c84..49e6dee 100644
--- a/site/mips-common
+++ b/site/mips-common
@@ -29,3 +29,9 @@ ac_cv_alignof_CORBA_long_double=8
 ac_cv_alignof_CORBA_pointer=4
 ac_cv_alignof_CORBA_struct=1
 
+# postgresql
+pgac_cv_alignof_short=2
+pgac_cv_alignof_int=4
+pgac_cv_alignof_long=4
+pgac_cv_alignof_long_long_int=8
+pgac_cv_alignof_double=8
diff --git a/site/mips64-common b/site/mips64-common
index 5001ecd..90c2efe 100644
--- a/site/mips64-common
+++ b/site/mips64-common
@@ -29,3 +29,9 @@ ac_cv_alignof_CORBA_long_double=8
 ac_cv_alignof_CORBA_pointer=4
 ac_cv_alignof_CORBA_struct=1
 
+# postgresql
+pgac_cv_alignof_short=2
+pgac_cv_alignof_int=4
+pgac_cv_alignof_long=8
+pgac_cv_alignof_long_long_int=8
+pgac_cv_alignof_double=8
-- 
1.7.1




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

* Re: [PATCH 2/2] site/mips{,64}-common: Add postgresql bits.
  2010-10-21  0:31 [PATCH 2/2] site/mips{,64}-common: Add postgresql bits Graham Gower
@ 2010-10-21  1:43 ` Khem Raj
  2010-10-21  2:16   ` Graham Gower
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2010-10-21  1:43 UTC (permalink / raw)
  To: openembedded-devel

On Wed, Oct 20, 2010 at 5:31 PM, Graham Gower <graham.gower@gmail.com> wrote:
>
> Signed-off-by: Graham Gower <graham.gower@gmail.com>

is it possible to move the  offending parts to say mips64-linux and
mips64-linux-uclibc and friends instead of creating a new file with
lot of common
contents.

> ---
>  site/mips-common   |    6 ++++++
>  site/mips64-common |    6 ++++++
>  2 files changed, 12 insertions(+), 0 deletions(-)
>
> diff --git a/site/mips-common b/site/mips-common
> index 4b18c84..49e6dee 100644
> --- a/site/mips-common
> +++ b/site/mips-common
> @@ -29,3 +29,9 @@ ac_cv_alignof_CORBA_long_double=8
>  ac_cv_alignof_CORBA_pointer=4
>  ac_cv_alignof_CORBA_struct=1
>
> +# postgresql
> +pgac_cv_alignof_short=2
> +pgac_cv_alignof_int=4
> +pgac_cv_alignof_long=4
> +pgac_cv_alignof_long_long_int=8
> +pgac_cv_alignof_double=8
> diff --git a/site/mips64-common b/site/mips64-common
> index 5001ecd..90c2efe 100644
> --- a/site/mips64-common
> +++ b/site/mips64-common
> @@ -29,3 +29,9 @@ ac_cv_alignof_CORBA_long_double=8
>  ac_cv_alignof_CORBA_pointer=4
>  ac_cv_alignof_CORBA_struct=1
>
> +# postgresql
> +pgac_cv_alignof_short=2
> +pgac_cv_alignof_int=4
> +pgac_cv_alignof_long=8
> +pgac_cv_alignof_long_long_int=8
> +pgac_cv_alignof_double=8
> --
> 1.7.1
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



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

* Re: [PATCH 2/2] site/mips{,64}-common: Add postgresql bits.
  2010-10-21  1:43 ` Khem Raj
@ 2010-10-21  2:16   ` Graham Gower
  0 siblings, 0 replies; 3+ messages in thread
From: Graham Gower @ 2010-10-21  2:16 UTC (permalink / raw)
  To: openembedded-devel

On 21 October 2010 12:13, Khem Raj <raj.khem@gmail.com> wrote:
> On Wed, Oct 20, 2010 at 5:31 PM, Graham Gower <graham.gower@gmail.com> wrote:
>>
>> Signed-off-by: Graham Gower <graham.gower@gmail.com>
>
> is it possible to move the  offending parts to say mips64-linux and
> mips64-linux-uclibc and friends instead of creating a new file with
> lot of common
> contents.

I think that would end up with more duplication.

E.g. if something new is added, the same stuff will be added to
mips-linux, mipsel-linux, mips-linux-uclibc, mipsel-linux-uclibc. And
then slightly changed vars for the 64 bit variants.



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

end of thread, other threads:[~2010-10-21  2:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-21  0:31 [PATCH 2/2] site/mips{,64}-common: Add postgresql bits Graham Gower
2010-10-21  1:43 ` Khem Raj
2010-10-21  2:16   ` Graham Gower

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.