mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-06 03:10:01 +00:00
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:
@@ -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=""
|
||||
|
||||
Reference in New Issue
Block a user