aboutsummaryrefslogtreecommitdiffstats
path: root/meta/site
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-05-08 11:53:08 -0700
committerKhem Raj <raj.khem@gmail.com>2012-05-20 20:24:37 -0700
commit7bdc3a07d3212d7fc820c77ba509e476cc7aa672 (patch)
tree4afdae02708f58926f602a2bcacc437320bdf3e2 /meta/site
parent1e7406e4f2f93b6b4fa75716c4e901a96206be69 (diff)
downloadopenembedded-core-contrib-7bdc3a07d3212d7fc820c77ba509e476cc7aa672.tar.gz
site/sh-common: Add missing caches variables to build glib-2.32
This is on the same tone as done for other architectures Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/site')
-rw-r--r--meta/site/sh-common4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/site/sh-common b/meta/site/sh-common
index c386266516..bde416a2cd 100644
--- a/meta/site/sh-common
+++ b/meta/site/sh-common
@@ -147,6 +147,10 @@ glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4}
glib_cv_sys_use_pid_niceness_surrogate=${glib_cv_sys_use_pid_niceness_surrogate=yes}
glib_cv_strlcpy=${glib_cv_strlcpy=no}
+glib_cv_va_val_copy=${glib_cv_va_val_copy=yes}
+ac_cv_alignof_guint32=4
+ac_cv_alignof_guint64=8
+ac_cv_alignof_unsigned_long=4
# httppc
ac_cv_strerror_r_SUSv3=${ac_cv_strerror_r_SUSv3=no}