diff options
author | Joe Slater <jslater@windriver.com> | 2014-12-18 16:50:59 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-23 10:18:17 +0000 |
commit | 263738561564b1fa6dbb2f80eeba462680584173 (patch) | |
tree | 63af814f940c5fcc6ba7504cdb9cb0fc5f8ce9fe /meta/site/arm-32 | |
parent | 8781b4952da9f618103a4c609efa5d694b7f195f (diff) | |
download | poky-263738561564b1fa6dbb2f80eeba462680584173.tar.gz |
siteinfo: account for 32 and 64 bit arm
Pull wordsize related items from arm-common and put in
arm-32. Leave them as they were. Copy arm-32 to arm-64
and comment out all variables. Re-define to correct
values leaving items which do not appear to be used
undefined.
(From OE-Core rev: 99d43a1554b2daeb7aba3c4582ccec758e6ec4a5)
Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site/arm-32')
-rw-r--r-- | meta/site/arm-32 | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/meta/site/arm-32 b/meta/site/arm-32 new file mode 100644 index 0000000000..81fd8d3103 --- /dev/null +++ b/meta/site/arm-32 | |||
@@ -0,0 +1,47 @@ | |||
1 | # definitions assuming 32-bit arm architecture | ||
2 | |||
3 | # apache | ||
4 | ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4} | ||
5 | ac_cv_sizeof_ssize_t=${ac_cv_sizeof_ssize_t=4} | ||
6 | |||
7 | # glib | ||
8 | glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24} | ||
9 | glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4} | ||
10 | glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24} | ||
11 | |||
12 | # glib-2.0 | ||
13 | glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24} | ||
14 | glib_cv_sizeof_intmax_t=${glib_cv_sizeof_intmax_t=8} | ||
15 | glib_cv_sizeof_ptrdiff_t=${glib_cv_sizeof_ptrdiff_t=4} | ||
16 | glib_cv_sizeof_size_t=${glib_cv_sizeof_size_t=4} | ||
17 | glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4} | ||
18 | ac_cv_alignof_guint32=4 | ||
19 | ac_cv_alignof_guint64=8 | ||
20 | ac_cv_alignof_unsigned_long=4 | ||
21 | |||
22 | # jikes | ||
23 | ac_cv_sizeof_wchar_t=4 | ||
24 | |||
25 | # ORBit2 | ||
26 | ac_cv_alignof_CORBA_boolean=1 | ||
27 | ac_cv_alignof_CORBA_char=1 | ||
28 | ac_cv_alignof_CORBA_double=8 | ||
29 | ac_cv_alignof_CORBA_float=4 | ||
30 | ac_cv_alignof_CORBA_long=4 | ||
31 | ac_cv_alignof_CORBA_long_double=8 | ||
32 | ac_cv_alignof_CORBA_long_long=8 | ||
33 | ac_cv_alignof_CORBA_octet=1 | ||
34 | ac_cv_alignof_CORBA_pointer=4 | ||
35 | ac_cv_alignof_CORBA_short=2 | ||
36 | ac_cv_alignof_CORBA_struct=1 | ||
37 | ac_cv_alignof_CORBA_wchar=2 | ||
38 | |||
39 | # at-spi2-core | ||
40 | ac_cv_alignof_char=1 | ||
41 | ac_cv_alignof_dbind_pointer=4 | ||
42 | ac_cv_alignof_dbind_struct=1 | ||
43 | ac_cv_alignof_dbus_bool_t=4 | ||
44 | ac_cv_alignof_dbus_int16_t=2 | ||
45 | ac_cv_alignof_dbus_int32_t=4 | ||
46 | ac_cv_alignof_dbus_int64_t=8 | ||
47 | ac_cv_alignof_double=8 | ||