summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.6.0/optional_libstdc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.6.0/optional_libstdc.patch')
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.6.0/optional_libstdc.patch2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.0/optional_libstdc.patch b/meta/recipes-devtools/gcc/gcc-4.6.0/optional_libstdc.patch
index f132fbf3e5..fe157a892d 100644
--- a/meta/recipes-devtools/gcc/gcc-4.6.0/optional_libstdc.patch
+++ b/meta/recipes-devtools/gcc/gcc-4.6.0/optional_libstdc.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Inappropriate [embedded specific]
2
1gcc-runtime builds libstdc++ separately from gcc-cross-*. Its configure tests using g++ 3gcc-runtime builds libstdc++ separately from gcc-cross-*. Its configure tests using g++
2will not run correctly since by default the linker will try to link against libstdc++ 4will not run correctly since by default the linker will try to link against libstdc++
3which shouldn't exist yet. We need an option to disable -lstdc++ 5which shouldn't exist yet. We need an option to disable -lstdc++