From: Andrea Adami Date: Sat, 21 Aug 2010 15:49:34 +0000 (+0200) Subject: klibc.bbclass: add new class to follow klibc refactoring X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f6c93c8e05ea12b696b4d96ccfe5a8fce5bdcac;p=openembedded.git klibc.bbclass: add new class to follow klibc refactoring --- diff --git a/classes/klibc.bbclass b/classes/klibc.bbclass new file mode 100644 index 0000000000..d68436728c --- /dev/null +++ b/classes/klibc.bbclass @@ -0,0 +1,9 @@ +# klcc-cross depends on klibc +DEPENDS =+ "klcc-cross" + +export CC=${TARGET_PREFIX}klcc + +# reset inherited OE flags to avoid e.g. ggdb3 and keep size small +export CFLAGS="" +export CPPFLAGS="" +export LDFLAGS=""