diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-29 00:35:02 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-29 00:35:02 +0100 |
commit | bb3e4dda5d85402fadcecc97589ea4e452c36c98 (patch) | |
tree | d74bad68157c9a80ff02f687b8aa042265c1768e /meta/packages/gcc/gcc-4.3.3.inc | |
parent | 43f0d63237604e85e1af9d289a9aaeac96b86362 (diff) | |
download | poky-bb3e4dda5d85402fadcecc97589ea4e452c36c98.tar.gz |
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 <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/gcc/gcc-4.3.3.inc')
-rw-r--r-- | meta/packages/gcc/gcc-4.3.3.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/packages/gcc/gcc-4.3.3.inc b/meta/packages/gcc/gcc-4.3.3.inc index dcd905ccfe..5cfa0f68d8 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 \ | |||
53 | file://zecke-xgcc-cpp.patch;patch=1 \ | 53 | file://zecke-xgcc-cpp.patch;patch=1 \ |
54 | file://gcc-flags-for-build.patch;patch=1 \ | 54 | file://gcc-flags-for-build.patch;patch=1 \ |
55 | file://pr35942.patch;patch=1 \ | 55 | file://pr35942.patch;patch=1 \ |
56 | file://optional_libstdc.patch;patch=1 \ | ||
56 | " | 57 | " |
57 | 58 | ||
58 | SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 " | 59 | SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 " |