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_4.3.3.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'meta/packages/gcc/gcc-cross_4.3.3.bb') diff --git a/meta/packages/gcc/gcc-cross_4.3.3.bb b/meta/packages/gcc/gcc-cross_4.3.3.bb index 22efffa53..6122d4c42 100644 --- a/meta/packages/gcc/gcc-cross_4.3.3.bb +++ b/meta/packages/gcc/gcc-cross_4.3.3.bb @@ -1,4 +1,4 @@ -PR = "r7" +PR = "r10" require gcc-${PV}.inc require gcc-cross4.inc @@ -10,3 +10,7 @@ SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 " EXTRA_OECONF += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native}" ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}" + +do_compile () { + oe_runmake all-host +} -- cgit v1.2.3