[oe-commits] Graham Gower : site/mips{, 64}-common: Add postgresql bits.

git version control git at git.openembedded.org
Mon Oct 25 22:38:28 UTC 2010


Module: openembedded.git
Branch: master
Commit: f5f9ad21512c939dc0886f2315be09d1cfc40cfb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f5f9ad21512c939dc0886f2315be09d1cfc40cfb

Author: Graham Gower <graham.gower at gmail.com>
Date:   Wed Oct 20 14:31:10 2010 +0000

site/mips{,64}-common: Add postgresql bits.

Signed-off-by: Graham Gower <graham.gower at gmail.com>
Signed-off-by: Khem Raj <raj.khem at 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





More information about the Openembedded-commits mailing list