From 26858099bc104efc3b3d15d9298018285c551b9a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 19 Apr 2011 21:27:09 -0700 Subject: gcc: Add recipes for 4.6.0 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. Signed-off-by: Khem Raj Signed-off-by: Saul Wold --- meta/recipes-devtools/gcc/gcc-4.6.0/302-c99-snprintf.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta/recipes-devtools/gcc/gcc-4.6.0/302-c99-snprintf.patch (limited to 'meta/recipes-devtools/gcc/gcc-4.6.0/302-c99-snprintf.patch') diff --git a/meta/recipes-devtools/gcc/gcc-4.6.0/302-c99-snprintf.patch b/meta/recipes-devtools/gcc/gcc-4.6.0/302-c99-snprintf.patch new file mode 100644 index 000000000..9f841ae73 --- /dev/null +++ b/meta/recipes-devtools/gcc/gcc-4.6.0/302-c99-snprintf.patch @@ -0,0 +1,13 @@ +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 -- cgit v1.2.3