From bb3e4dda5d85402fadcecc97589ea4e452c36c98 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 29 Jun 2010 00:35:02 +0100 Subject: gcc: Add patch to allow disabling of libstdc++ linkage and hence fix gcc-runtime which was having broken configure tests due to the linker failures and assuming maths primitives were not in libm Signed-off-by: Richard Purdie --- meta/packages/gcc/gcc-4.3.3.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/packages/gcc/gcc-4.3.3.inc') diff --git a/meta/packages/gcc/gcc-4.3.3.inc b/meta/packages/gcc/gcc-4.3.3.inc index dcd905ccf..5cfa0f68d 100644 --- a/meta/packages/gcc/gcc-4.3.3.inc +++ b/meta/packages/gcc/gcc-4.3.3.inc @@ -53,6 +53,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://zecke-xgcc-cpp.patch;patch=1 \ file://gcc-flags-for-build.patch;patch=1 \ file://pr35942.patch;patch=1 \ + file://optional_libstdc.patch;patch=1 \ " SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 " -- cgit v1.2.3