summaryrefslogtreecommitdiffstats
path: root/meta/site
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-05-05 16:18:21 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-06 10:21:17 +0100
commite9fd8e3d01091aebbc4b3584d9febc695836e4c3 (patch)
tree3c6dcebbcd32765f57e63714f4cbd186bd39372a /meta/site
parent8fa607c1430674bee1f1f80d33f8939d7f0b1100 (diff)
downloadopenembedded-core-contrib-e9fd8e3d01091aebbc4b3584d9febc695836e4c3.tar.gz
site/powerpc-common: alignment values for guin32, guin64 and unsigned long
These are required to build recent versions of glib-2.0 Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/site')
-rw-r--r--meta/site/powerpc-common5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/site/powerpc-common b/meta/site/powerpc-common
index e69de29bb2..a0c4951de4 100644
--- a/meta/site/powerpc-common
+++ b/meta/site/powerpc-common
@@ -0,0 +1,5 @@
+# glib
+ac_cv_alignof_guint32=4
+ac_cv_alignof_guint64=8
+ac_cv_alignof_unsigned_long=4
+