From 258b2cf7aab886f39d21ca35e7cd7cab5d00f60a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 10 Sep 2013 10:30:41 +0000 Subject: toolchain/gcc: remove 4.6.3, it is unused and unmaintained Signed-off-by: Felix Fietkau SVN-Revision: 37924 --- toolchain/gcc/patches/4.6.3/302-c99-snprintf.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 toolchain/gcc/patches/4.6.3/302-c99-snprintf.patch (limited to 'toolchain/gcc/patches/4.6.3/302-c99-snprintf.patch') diff --git a/toolchain/gcc/patches/4.6.3/302-c99-snprintf.patch b/toolchain/gcc/patches/4.6.3/302-c99-snprintf.patch deleted file mode 100644 index eda1854..0000000 --- a/toolchain/gcc/patches/4.6.3/302-c99-snprintf.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 -- cgit v1.1