mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
klibc.bbclass: shared include for building against klibc
* 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>
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
# 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=""
|
||||||
Reference in New Issue
Block a user