mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
* from org.openembedded.dev * reworked in meta-zaurus * added missing quotes * explain more clearly why the compiler/linker flags are reset Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
10 lines
209 B
Plaintext
10 lines
209 B
Plaintext
# klcc-cross depends on klibc
|
|
DEPENDS =+ "klcc-cross"
|
|
|
|
export CC = "${TARGET_PREFIX}klcc"
|
|
|
|
# klcc uses own optimizations by default. See klcc(1) man file.
|
|
export CFLAGS=""
|
|
export CPPFLAGS=""
|
|
export LDFLAGS=""
|