From: Khem Raj Date: Tue, 8 May 2012 18:53:08 +0000 (-0700) Subject: site/sh-common: Add missing caches variables to build glib-2.32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21d5cf88e58ca849faa7abf12f8ec35ceee96ecf;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git site/sh-common: Add missing caches variables to build glib-2.32 This is on the same tone as done for other architectures (From OE-Core rev: 7bdc3a07d3212d7fc820c77ba509e476cc7aa672) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/site/sh-common b/meta/site/sh-common index c386266516c..bde416a2cdd 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}