mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
gcc-4.6: Migrate recipes from OE-Core
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>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
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
|
||||
Reference in New Issue
Block a user