upgrade to 2011.02, rename patchset directory
SVN-Revision: 25515
This commit is contained in:
11
toolchain/gcc/patches/linaro/302-c99-snprintf.patch
Normal file
11
toolchain/gcc/patches/linaro/302-c99-snprintf.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/libstdc++-v3/include/c_global/cstdio
|
||||
+++ b/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
|
||||
Reference in New Issue
Block a user