From cdaf6c804b703d58839e449041b12f698cb5ebbe Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 29 Mar 2010 22:27:13 +0100 Subject: gcc-runtime: Add initial recipe Signed-off-by: Richard Purdie --- meta/packages/gcc/gcc-cross-intermediate.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta/packages/gcc/gcc-cross-intermediate.inc') diff --git a/meta/packages/gcc/gcc-cross-intermediate.inc b/meta/packages/gcc/gcc-cross-intermediate.inc index e298307b6..169419f24 100644 --- a/meta/packages/gcc/gcc-cross-intermediate.inc +++ b/meta/packages/gcc/gcc-cross-intermediate.inc @@ -16,6 +16,10 @@ EXTRA_OECONF = "--with-local-prefix=${STAGING_DIR_TARGET}${target_prefix} \ --with-build-sysroot=${STAGING_DIR_TARGET} \ ${@get_gcc_fpu_setting(bb, d)}" +do_compile () { + oe_runmake +} + do_install () { oe_runmake 'DESTDIR=${D}' install } -- cgit v1.2.3