diff options
author | Ross Burton <ross.burton@intel.com> | 2013-06-12 13:17:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-13 17:38:10 +0100 |
commit | 9d39cdc28baf8e689ce69803deefc343d3117101 (patch) | |
tree | 4f9199a2da4f9d2fb292e9b6a83b87ee2cba0ac7 /meta/site/powerpc-common | |
parent | 68ffca3470a84e966e5b1d81611fc59ce9f7b76c (diff) | |
download | poky-9d39cdc28baf8e689ce69803deefc343d3117101.tar.gz |
site: add more alignment values for at-spi2-core
x86 and x86_64 values were added in 8c46ec. The x86-64 values were missing an
entry, add MIPS and PowerPC values from myself in qemu, and ARM values from
Martin Jansa.
(From OE-Core rev: a6a12ef5cad0dbb2d773bdccc340f1f767c5a782)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site/powerpc-common')
-rw-r--r-- | meta/site/powerpc-common | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/site/powerpc-common b/meta/site/powerpc-common index a0c4951de4..efa299c664 100644 --- a/meta/site/powerpc-common +++ b/meta/site/powerpc-common | |||
@@ -3,3 +3,12 @@ ac_cv_alignof_guint32=4 | |||
3 | ac_cv_alignof_guint64=8 | 3 | ac_cv_alignof_guint64=8 |
4 | ac_cv_alignof_unsigned_long=4 | 4 | ac_cv_alignof_unsigned_long=4 |
5 | 5 | ||
6 | # at-spi2-core | ||
7 | ac_cv_alignof_char=1 | ||
8 | ac_cv_alignof_dbind_pointer=4 | ||
9 | ac_cv_alignof_dbind_struct=1 | ||
10 | ac_cv_alignof_dbus_bool_t=4 | ||
11 | ac_cv_alignof_dbus_int16_t=2 | ||
12 | ac_cv_alignof_dbus_int32_t=4 | ||
13 | ac_cv_alignof_dbus_int64_t=8 | ||
14 | ac_cv_alignof_double=8 | ||