mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01: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:
parent
c35ad74e67
commit
3e8c748620
|
|
@ -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=""
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user