[oe-commits] Graeme Gregory : site/avr32-common : add a sizeof value for int, needed for vim compile

git version control git at git.openembedded.org
Sat Feb 6 18:39:59 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 4f03e604bc07fc4f5c4562e0197dfdf8c2de696d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4f03e604bc07fc4f5c4562e0197dfdf8c2de696d

Author: Graeme Gregory <dp at xora.org.uk>
Date:   Sat Feb  6 12:02:27 2010 +0000

site/avr32-common : add a sizeof value for int, needed for vim compile

---

 site/avr32-common |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/site/avr32-common b/site/avr32-common
index a5dc106..1be6a13 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}
+





More information about the Openembedded-commits mailing list