aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/uclibc/site_config/types
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-07-13 11:24:16 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-25 23:46:57 +0100
commitff1599149942af1c36280abd4f1ed3878aaa62eb (patch)
tree1e3f1aa9ce4eb68cc32ab548dc92b7f2d25a0fe0 /meta/recipes-core/uclibc/site_config/types
parent89771f2dfc58b83a457147f8498214d7a2bfae43 (diff)
downloadopenembedded-core-contrib-ff1599149942af1c36280abd4f1ed3878aaa62eb.tar.gz
uclibc: remove
uclibc is showing its age now and upstarts like musl are approximately the same size but with far more features and active maintainers. Remove uclibc from oe-core and use endorse musl as the lighter alternative to full-fat glibc. Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core/uclibc/site_config/types')
-rw-r--r--meta/recipes-core/uclibc/site_config/types21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-core/uclibc/site_config/types b/meta/recipes-core/uclibc/site_config/types
deleted file mode 100644
index 178bd85a00..0000000000
--- a/meta/recipes-core/uclibc/site_config/types
+++ /dev/null
@@ -1,21 +0,0 @@
-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 *