From 7d3fca89c029b62b869e45cdd30c5556ebefe9f6 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 23 May 2013 10:22:09 +0000 Subject: gcc: remove version 4.7 Signed-off-by: Felix Fietkau SVN-Revision: 36694 --- toolchain/gcc/patches/4.7.2/302-c99-snprintf.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 toolchain/gcc/patches/4.7.2/302-c99-snprintf.patch (limited to 'toolchain/gcc/patches/4.7.2/302-c99-snprintf.patch') diff --git a/toolchain/gcc/patches/4.7.2/302-c99-snprintf.patch b/toolchain/gcc/patches/4.7.2/302-c99-snprintf.patch deleted file mode 100644 index fb382b9d21..0000000000 --- a/toolchain/gcc/patches/4.7.2/302-c99-snprintf.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 -- cgit v1.2.3