mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00: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=""
|