aboutsummaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2010-02-06 12:02:27 +0000
committerGraeme Gregory <dp@xora.org.uk>2010-02-06 12:02:27 +0000
commit4f03e604bc07fc4f5c4562e0197dfdf8c2de696d (patch)
treeed3c4c3c8cb24b169c3adb6b739fa76083b9eb19 /site
parentfd7071b6a6ee6d7c2709f6a32e5630acdb9690ac (diff)
downloadopenembedded-4f03e604bc07fc4f5c4562e0197dfdf8c2de696d.tar.gz
site/avr32-common : add a sizeof value for int, needed for vim compile
Diffstat (limited to 'site')
-rw-r--r--site/avr32-common3
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}
+