mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +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:
parent
3c0d5e4321
commit
378adecafc
9
meta-oe/classes/klibc.bbclass
Normal file
9
meta-oe/classes/klibc.bbclass
Normal file
|
|
@ -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=""
|
||||
Loading…
Reference in New Issue
Block a user