meta-initramfs: import klibc recipe and bbclass from meta-oe

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Andrea Adami
2012-02-21 00:21:53 +00:00
committed by Koen Kooi
parent 59c8231315
commit 25c2e973e0
16 changed files with 0 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# klcc-cross depends on klibc
DEPENDS =+ "klcc-cross"
export CC = "${TARGET_PREFIX}klcc"
# klcc uses own optimizations by default. See klcc(1) man file.
export CFLAGS=""
export CPPFLAGS=""
export LDFLAGS=""