mirror of
https://git.yoctoproject.org/poky
synced 2026-03-02 13:29:40 +01:00
This is initial set of patches for testing them out The patches need documentation is pending Some patches especially uclibc related are not needed they must be dropped. (From OE-Core rev: 26858099bc104efc3b3d15d9298018285c551b9a) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
399 B
Diff
14 lines
399 B
Diff
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
|