]> code.ossystems Code Review - openembedded-core.git/commitdiff
site/powerpc-common: alignment values for guin32, guin64 and unsigned long
authorSaul Wold <sgw@linux.intel.com>
Sat, 5 May 2012 23:18:21 +0000 (16:18 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 6 May 2012 09:21:17 +0000 (10:21 +0100)
    These are required to build recent versions of glib-2.0

Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/site/powerpc-common

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..a0c4951de40b7111c5fa6bb691da1c012e6cd29f 100644 (file)
@@ -0,0 +1,5 @@
+# glib
+ac_cv_alignof_guint32=4
+ac_cv_alignof_guint64=8
+ac_cv_alignof_unsigned_long=4
+