mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Remove linaro patches. If one needs to use linaro modified gcc they should use meta-linaro Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 lines
425 B
Diff
16 lines
425 B
Diff
Upstream-Status: Pending
|
|
|
|
Index: gcc-4.6.0/libstdc++-v3/include/c_std/cstdio
|
|
===================================================================
|
|
--- gcc-4.6.0.orig/libstdc++-v3/include/c_std/cstdio
|
|
+++ gcc-4.6.0/libstdc++-v3/include/c_std/cstdio
|
|
@@ -136,7 +136,7 @@ namespace std
|
|
using ::vsprintf;
|
|
} // namespace std
|
|
|
|
-#if _GLIBCXX_USE_C99
|
|
+#if _GLIBCXX_USE_C99 || defined(__UCLIBC__)
|
|
|
|
#undef snprintf
|
|
#undef vfscanf
|