add support for GCC 4.7-linaro (based on GCC 4.7.1)

SVN-Revision: 31392
This commit is contained in:
Mirko Vogt
2012-04-21 09:58:31 +00:00
parent 87cdc0dd5b
commit 84307e4035
19 changed files with 10373 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
--- a/libstdc++-v3/include/c_global/cstdio
+++ b/libstdc++-v3/include/c_global/cstdio
@@ -140,7 +140,7 @@ namespace std
using ::vsprintf;
} // namespace
-#if _GLIBCXX_USE_C99
+#if _GLIBCXX_USE_C99 || defined __UCLIBC__
#undef snprintf
#undef vfscanf