klibc.bbclass: use klcc as CPP

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-05-20 21:37:20 +00:00 committed by Koen Kooi
parent c35ad74e67
commit 3e8c748620

View File

@ -2,6 +2,7 @@
DEPENDS =+ "klcc-cross"
export CC = "${TARGET_PREFIX}klcc"
export CPP = "${CC} -E"
# klcc uses own optimizations by default. See klcc(1) man file.
export CFLAGS=""