From a85019072fea12ce396fa740ad8fd0db061669a2 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Tue, 26 Feb 2013 14:31:24 +0000 Subject: gcc: remove support for 4.6.2 There are no good reasons for keeping this version around when 4.6.3 and 4.6-linaro are there. Signed-off-by: Luka Perkov SVN-Revision: 35805 --- toolchain/gcc/patches/4.6.2/302-c99-snprintf.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 toolchain/gcc/patches/4.6.2/302-c99-snprintf.patch (limited to '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 deleted file mode 100644 index eda1854df1..0000000000 --- a/toolchain/gcc/patches/4.6.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 -@@ -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.2.3