mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
11 lines
233 B
Plaintext
11 lines
233 B
Plaintext
# klcc-cross depends on klibc
|
|
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=""
|
|
export CPPFLAGS=""
|
|
export LDFLAGS=""
|