angstrom: prefer the git version of tslib
[openembedded.git] / classes / klibc.bbclass
blobd68436728c843c2cd0e10b375fb2a3ef6e69d8a5
1 # klcc-cross depends on klibc
2 DEPENDS =+ "klcc-cross"
4 export CC=${TARGET_PREFIX}klcc
6 # reset inherited OE flags to avoid e.g. ggdb3 and keep size small
7 export CFLAGS=""
8 export CPPFLAGS=""
9 export LDFLAGS=""