aboutsummaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorGraham Gower <graham.gower@gmail.com>2010-10-20 14:31:10 +0000
committerKhem Raj <raj.khem@gmail.com>2010-10-25 15:33:48 -0700
commitf5f9ad21512c939dc0886f2315be09d1cfc40cfb (patch)
treefc12887f36551498aa72fadcd835817acd5ddaf1 /site
parent71b3b35297851ba11d3aa92f214ee65ddf460505 (diff)
downloadopenembedded-f5f9ad21512c939dc0886f2315be09d1cfc40cfb.tar.gz
site/mips{,64}-common: Add postgresql bits.
Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'site')
-rw-r--r--site/mips-common6
-rw-r--r--site/mips64-common6
2 files changed, 12 insertions, 0 deletions
diff --git a/site/mips-common b/site/mips-common
index 4b18c849ca..49e6deefc7 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 5001ecdb10..90c2efe45a 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