diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-04-23 09:44:57 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-04-23 09:44:57 +0000 |
commit | e15ca560241fdf6a10bd68d53118480e3b6e76f8 (patch) | |
tree | 80a641205245186bc4c0644f9edec01d158ab648 /toolchain/gcc/patches/4.4.0/302-c99-snprintf.patch | |
parent | 632f50b891326de135c0c938a2af7c7605ce3950 (diff) | |
download | upstream-e15ca560241fdf6a10bd68d53118480e3b6e76f8.tar.gz upstream-e15ca560241fdf6a10bd68d53118480e3b6e76f8.tar.bz2 upstream-e15ca560241fdf6a10bd68d53118480e3b6e76f8.zip |
add preliminary support for gcc-4.4.0, need to forward port the fhonour-copt patch
SVN-Revision: 15345
Diffstat (limited to 'toolchain/gcc/patches/4.4.0/302-c99-snprintf.patch')
-rw-r--r-- | toolchain/gcc/patches/4.4.0/302-c99-snprintf.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/toolchain/gcc/patches/4.4.0/302-c99-snprintf.patch b/toolchain/gcc/patches/4.4.0/302-c99-snprintf.patch new file mode 100644 index 0000000000..ba51a0e1d4 --- /dev/null +++ b/toolchain/gcc/patches/4.4.0/302-c99-snprintf.patch @@ -0,0 +1,13 @@ +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 |