diff options
author | Graeme Gregory <dp@xora.org.uk> | 2010-02-06 12:02:27 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2010-02-06 12:02:27 +0000 |
commit | 4f03e604bc07fc4f5c4562e0197dfdf8c2de696d (patch) | |
tree | ed3c4c3c8cb24b169c3adb6b739fa76083b9eb19 /site/avr32-common | |
parent | fd7071b6a6ee6d7c2709f6a32e5630acdb9690ac (diff) |
site/avr32-common : add a sizeof value for int, needed for vim compile
Diffstat (limited to 'site/avr32-common')
-rw-r--r-- | site/avr32-common | 3 |
1 files changed, 3 insertions, 0 deletions
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} + |