[oe-commits] org.oe.dev libart: add avr32 art_config.h

koen commit oe at amethyst.openembedded.net
Tue Jul 1 12:23:27 UTC 2008


libart: add avr32 art_config.h

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 9850af7d84c661a1d289c3b222d449301a327c1b
ViewMTN: http://monotone.openembedded.org/revision/info/9850af7d84c661a1d289c3b222d449301a327c1b
Files:
1
packages/gnome/libart-lgpl/avr32
packages/gnome/libart-lgpl/avr32/art_config.h
Diffs:

#
# mt diff -r270411b975923f85dfd3c9019c2e12af78ad5a92 -r9850af7d84c661a1d289c3b222d449301a327c1b
#
#
#
# add_dir "packages/gnome/libart-lgpl/avr32"
# 
# add_file "packages/gnome/libart-lgpl/avr32/art_config.h"
#  content [d94c2cc1288fee878cb8c9791b3b847eaa6b93e7]
#
============================================================
--- packages/gnome/libart-lgpl/avr32/art_config.h	d94c2cc1288fee878cb8c9791b3b847eaa6b93e7
+++ packages/gnome/libart-lgpl/avr32/art_config.h	d94c2cc1288fee878cb8c9791b3b847eaa6b93e7
@@ -0,0 +1,10 @@
+/* Automatically generated by gen_art_config.c */
+
+#define ART_SIZEOF_CHAR 1
+#define ART_SIZEOF_SHORT 2
+#define ART_SIZEOF_INT 4
+#define ART_SIZEOF_LONG 4
+
+typedef unsigned char art_u8;
+typedef unsigned short art_u16;
+typedef unsigned int art_u32;






More information about the Openembedded-commits mailing list