From 1f1aac7a8467676931c56722ffd9d38e13dfcc0f Mon Sep 17 00:00:00 2001 From: Jeff Polk Date: Thu, 2 Sep 2010 15:29:54 -0600 Subject: uclibc: Add siteconfig cache generation Signed-off-by: Jeff Polk --- meta/recipes-core/uclibc/site_config/types | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 meta/recipes-core/uclibc/site_config/types (limited to 'meta/recipes-core/uclibc/site_config/types') diff --git a/meta/recipes-core/uclibc/site_config/types b/meta/recipes-core/uclibc/site_config/types new file mode 100644 index 0000000000..178bd85a00 --- /dev/null +++ b/meta/recipes-core/uclibc/site_config/types @@ -0,0 +1,21 @@ +char +char * +double +float +int +long +long double +long int +long long +long long int +short +short int +signed char +unsigned char +unsigned int +unsigned long +unsigned long int +unsigned long long int +unsigned short +unsigned short int +void * -- cgit v1.2.3-54-g00ecf