mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-11 16:46:29 +02:00
In addition apply linaro improvements and backports from FSF gcc-4_6-branch Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
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
|