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-cross_4.3.3.bb | |
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-cross_4.3.3.bb')
-rw-r--r-- | meta/packages/gcc/gcc-cross_4.3.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/gcc/gcc-cross_4.3.3.bb b/meta/packages/gcc/gcc-cross_4.3.3.bb index 76d32673c1..98573f0c5a 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 @@ | |||
1 | PR = "r12" | 1 | PR = "r14" |
2 | 2 | ||
3 | require gcc-${PV}.inc | 3 | require gcc-${PV}.inc |
4 | require gcc-cross4.inc | 4 | require gcc-cross4.inc |