aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.3.3/302-c99-snprintf.patch
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-05-13 19:22:50 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-18 14:22:52 +0100
commit44d2be0c0ba6440afa0706f703606154ae569d63 (patch)
treecd35074dbb137d47585d41779bf2d2652d021877 /meta/recipes-devtools/gcc/gcc-4.3.3/302-c99-snprintf.patch
parent6a97657ae834945ae26e5933d29bd94d0f7fea67 (diff)
downloadopenembedded-core-contrib-44d2be0c0ba6440afa0706f703606154ae569d63.tar.gz
gcc: Move 4.3.3 and Special kernel 3.4.4 to meta-extras
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.3.3/302-c99-snprintf.patch')
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.3.3/302-c99-snprintf.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.3.3/302-c99-snprintf.patch b/meta/recipes-devtools/gcc/gcc-4.3.3/302-c99-snprintf.patch
deleted file mode 100644
index 02865865e5..0000000000
--- a/meta/recipes-devtools/gcc/gcc-4.3.3/302-c99-snprintf.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: gcc-4.3.1/libstdc++-v3/include/c_std/cstdio
-===================================================================
---- gcc-4.3.1.orig/libstdc++-v3/include/c_std/cstdio 2006-12-07 01:35:57.000000000 -0800
-+++ gcc-4.3.1/libstdc++-v3/include/c_std/cstdio 2008-08-16 02:11:37.000000000 -0700
-@@ -144,7 +144,7 @@
-
- _GLIBCXX_END_NAMESPACE
-
--#if _GLIBCXX_USE_C99
-+#if _GLIBCXX_USE_C99 || defined(__UCLIBC__)
-
- #undef snprintf
- #undef vfscanf