summaryrefslogtreecommitdiffstats
path: root/patches/gcc-linaro-4.5-2011.02-0/0006-c99-snprintf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/gcc-linaro-4.5-2011.02-0/0006-c99-snprintf.patch')
-rw-r--r--patches/gcc-linaro-4.5-2011.02-0/0006-c99-snprintf.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/patches/gcc-linaro-4.5-2011.02-0/0006-c99-snprintf.patch b/patches/gcc-linaro-4.5-2011.02-0/0006-c99-snprintf.patch
deleted file mode 100644
index d39e7d3..0000000
--- a/patches/gcc-linaro-4.5-2011.02-0/0006-c99-snprintf.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-This patch was taken from uclibc.
-
-Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
-
----
- libstdc++-v3/include/c_global/cstdio | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: gcc-4.5.1/libstdc++-v3/include/c_global/cstdio
-===================================================================
---- gcc-4.5.1.orig/libstdc++-v3/include/c_global/cstdio
-+++ gcc-4.5.1/libstdc++-v3/include/c_global/cstdio
-@@ -139,7 +139,7 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
-
- _GLIBCXX_END_NAMESPACE
-
--#if _GLIBCXX_USE_C99
-+#if _GLIBCXX_USE_C99 || defined __UCLIBC__
-
- #undef snprintf
- #undef vfscanf