From: Graeme Gregory Date: Sat, 6 Feb 2010 12:02:27 +0000 (+0000) Subject: site/avr32-common : add a sizeof value for int, needed for vim compile X-Git-Tag: Release-2010-05/1~568 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f03e604bc07fc4f5c4562e0197dfdf8c2de696d;p=openembedded.git site/avr32-common : add a sizeof value for int, needed for vim compile --- diff --git a/site/avr32-common b/site/avr32-common index a5dc10602e..1be6a13ba8 100644 --- a/site/avr32-common +++ b/site/avr32-common @@ -59,3 +59,6 @@ ac_cv_alignof_CORBA_long_double=4 ac_cv_alignof_CORBA_struct=1 ac_cv_alignof_CORBA_pointer=4 +# vim +ac_cv_sizeof_int=${ac_cv_sizeof_int=4} +