From 4f03e604bc07fc4f5c4562e0197dfdf8c2de696d Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Sat, 6 Feb 2010 12:02:27 +0000 Subject: site/avr32-common : add a sizeof value for int, needed for vim compile --- site/avr32-common | 3 +++ 1 file changed, 3 insertions(+) (limited to 'site') 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} + -- cgit 1.2.3-korg