diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-05-05 16:18:21 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-07 16:42:45 +0100 |
commit | 3cd886a60b479ec50b9456038c45ad0602597b20 (patch) | |
tree | 41fe2bd10fa68428fabf49bad858ecf4c2aff076 /meta/site | |
parent | 7fecfa96bc78c6852d3e816eecc01a825620458a (diff) | |
download | poky-3cd886a60b479ec50b9456038c45ad0602597b20.tar.gz |
site/powerpc-common: alignment values for guin32, guin64 and unsigned long
These are required to build recent versions of glib-2.0
(From OE-Core rev: e9fd8e3d01091aebbc4b3584d9febc695836e4c3)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site')
-rw-r--r-- | meta/site/powerpc-common | 5 |
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 @@ | |||
1 | # glib | ||
2 | ac_cv_alignof_guint32=4 | ||
3 | ac_cv_alignof_guint64=8 | ||
4 | ac_cv_alignof_unsigned_long=4 | ||
5 | |||