From: Kristoffer Ericson Date: Sun, 28 May 2006 04:01:41 +0000 (+0000) Subject: site/sh3-linux: Makes lzo build nicely X-Git-Tag: Release-2010-05/1~9453^2~1576^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5aaf57a85f672aa210396992fc17a9615b6909a;p=openembedded.git site/sh3-linux: Makes lzo build nicely * addition of ac_cv_sizeof_char_p=${ac_cv_sizeof_char_p=4} --- diff --git a/site/sh3-linux b/site/sh3-linux index a31cee3b70..8f7998a3de 100644 --- a/site/sh3-linux +++ b/site/sh3-linux @@ -21,6 +21,9 @@ ac_cv_sizeof_unsigned_long=${ac_cv_sizeof_unsigned_long=4} ac_cv_sizeof_unsigned_long_long=${ac_cv_sizeof_unsigned_long_long=8} ac_cv_sizeof_signed_char=${ac_cv_sizeof_signed_char=1} +# lzo +ac_cv_sizeof_char_p=${ac_cv_sizeof_char_p=4} + ac_cv_sys_restartable_syscalls=yes ac_cv_uchar=${ac_cv_uchar=no} ac_cv_uint=${ac_cv_uint=yes}