]> code.ossystems Code Review - openembedded-core.git/commitdiff
site/sh-common: Add missing caches variables to build glib-2.32
authorKhem Raj <raj.khem@gmail.com>
Tue, 8 May 2012 18:53:08 +0000 (11:53 -0700)
committerKhem Raj <raj.khem@gmail.com>
Mon, 21 May 2012 03:24:37 +0000 (20:24 -0700)
This is on the same tone as done for other architectures

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/site/sh-common

index c386266516cb2155eb2e5f14fab1a3679afb10a8..bde416a2cdd5861c345000785e9241e3be64ff1b 100644 (file)
@@ -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}