From f47eeddbd692ac3c6109c18c9f04a3ad4dc789ba Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 8 Jun 2010 20:33:16 +0100 Subject: gcc-runtime: Various bug fixes * Use the -nostdinc++ to CXX fixing libstdc++ * Generate libgcc in gcc-cross, save the result and use in gcc-runtime * Fix the layout of the crt*.o files so the SDK compiler can find them Signed-off-by: Richard Purdie --- meta/packages/gcc/gcc-cross_4.3.3.bb | 2 +- 1 file changed, 1 insertion(+), 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 dbb6352d4..76d32673c 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 = "r10" +PR = "r12" require gcc-${PV}.inc require gcc-cross4.inc -- cgit v1.2.3