[oe-commits] org.oe.dev libart-lgpl: add art_config.h for mipsel

woglinde2 commit oe at amethyst.openembedded.net
Tue May 27 09:27:30 UTC 2008


libart-lgpl: add art_config.h for mipsel
- requested by Robert Woerle some while ago
- closes bug 1289

Author: woglinde2 at openembedded.org
Branch: org.openembedded.dev
Revision: f22093f81a821f533424c1db8e3f9d21d028b206
ViewMTN: http://monotone.openembedded.org/revision/info/f22093f81a821f533424c1db8e3f9d21d028b206
Files:
1
packages/gnome/libart-lgpl/mipsel
packages/gnome/libart-lgpl/mipsel/art_config.h
Diffs:

#
# mt diff -rcc35bd53fa3fdf6254d53ec723aa8dd3e332fe45 -rf22093f81a821f533424c1db8e3f9d21d028b206
#
#
#
# add_dir "packages/gnome/libart-lgpl/mipsel"
# 
# add_file "packages/gnome/libart-lgpl/mipsel/art_config.h"
#  content [d94c2cc1288fee878cb8c9791b3b847eaa6b93e7]
#
============================================================
--- packages/gnome/libart-lgpl/mipsel/art_config.h	d94c2cc1288fee878cb8c9791b3b847eaa6b93e7
+++ packages/gnome/libart-lgpl/mipsel/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