diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-08-05 09:43:02 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-08-05 09:43:02 +0200 |
commit | 3f9261d05df8e69a6fb121264986d21c3325875e (patch) | |
tree | 6f1560b6a699a53c7017689371e3af24d88fd63c /toolchain/gcc/4.3.1/302-c99-snprintf.patch | |
parent | 15dab042b495ff2b722e3e96c755ccc0d00d3085 (diff) | |
download | buildroot-novena-3f9261d05df8e69a6fb121264986d21c3325875e.tar.gz buildroot-novena-3f9261d05df8e69a6fb121264986d21c3325875e.zip |
toolchain/gcc: remove deprecated 4.3.1 version
People should use the most recent 4.3.x version to get all the bugfixes.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/gcc/4.3.1/302-c99-snprintf.patch')
-rw-r--r-- | toolchain/gcc/4.3.1/302-c99-snprintf.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/toolchain/gcc/4.3.1/302-c99-snprintf.patch b/toolchain/gcc/4.3.1/302-c99-snprintf.patch deleted file mode 100644 index ba51a0e1d..000000000 --- a/toolchain/gcc/4.3.1/302-c99-snprintf.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: gcc-4.3.0/libstdc++-v3/include/c_global/cstdio -=================================================================== ---- gcc-4.3.0/libstdc++-v3/include/c_global/cstdio (revision 129202) -+++ gcc-4.3.0/libstdc++-v3/include/c_global/cstdio (working copy) -@@ -144,7 +144,7 @@ - - _GLIBCXX_END_NAMESPACE - --#if _GLIBCXX_USE_C99 -+#if _GLIBCXX_USE_C99 || defined __UCLIBC__ - - #undef snprintf - #undef vfscanf |