mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +02:00
gcc-4.7: Add recipes
Add new recipes for gcc-4_7-branch right now gcc 4.7.0 is latest release from this branch (From OE-Core rev: 3f8fee75e598ad0994acc5da0a612e6eca4f35f6) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
15
meta/recipes-devtools/gcc/gcc-4.7/302-c99-snprintf.patch
Normal file
15
meta/recipes-devtools/gcc/gcc-4.7/302-c99-snprintf.patch
Normal file
@@ -0,0 +1,15 @@
|
||||
Upstream-Status: Pending
|
||||
|
||||
Index: gcc-4_7-branch/libstdc++-v3/include/c_std/cstdio
|
||||
===================================================================
|
||||
--- gcc-4_7-branch.orig/libstdc++-v3/include/c_std/cstdio 2012-04-10 10:19:49.603337089 -0700
|
||||
+++ gcc-4_7-branch/libstdc++-v3/include/c_std/cstdio 2012-04-10 10:30:59.863369565 -0700
|
||||
@@ -140,7 +140,7 @@
|
||||
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