[toolchain/gcc]: upgrade vanilla gcc to 4.6.2
[openwrt.git] / toolchain / gcc / patches / 4.6.2 / 302-c99-snprintf.patch
diff --git a/toolchain/gcc/patches/4.6.2/302-c99-snprintf.patch b/toolchain/gcc/patches/4.6.2/302-c99-snprintf.patch
new file mode 100644 (file)
index 0000000..eda1854
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/libstdc++-v3/include/c_global/cstdio
++++ b/libstdc++-v3/include/c_global/cstdio
+@@ -137,7 +137,7 @@ namespace std
+   using ::vsprintf;
+ } // namespace
+-#if _GLIBCXX_USE_C99
++#if _GLIBCXX_USE_C99 || defined __UCLIBC__
+ #undef snprintf
+ #undef vfscanf
This page took 0.02079 seconds and 4 git commands to generate.