diff options
author | Frans Meulenbroeks <fransmeulenbroeks@yahoo.com> | 2006-04-30 13:03:55 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-30 13:03:55 +0000 |
commit | 38ed32df1f29057b30c188a2ada9ffbe70484f82 (patch) | |
tree | 9f33e9a6702aba01d36b2c5e4f73b0edfa7b99d3 /packages/gcc/gcc-4.0.2/302-c99-snprintf.patch | |
parent | 00dace339beec560cb4dc44225e8456eee1638a9 (diff) | |
parent | c15557bd9f35bc698b01ea8029c62594b42d57f3 (diff) |
merge of 9a80eb5deb2b5f31c20a1da2065134687e7ef5eb
and 8efef2b3aa52e815abc0ab9f1df2391b3ffb9202
Diffstat (limited to 'packages/gcc/gcc-4.0.2/302-c99-snprintf.patch')
-rw-r--r-- | packages/gcc/gcc-4.0.2/302-c99-snprintf.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/gcc/gcc-4.0.2/302-c99-snprintf.patch b/packages/gcc/gcc-4.0.2/302-c99-snprintf.patch new file mode 100644 index 0000000000..5159a52cd7 --- /dev/null +++ b/packages/gcc/gcc-4.0.2/302-c99-snprintf.patch @@ -0,0 +1,14 @@ +From: +http://buildroot.uclibc.org/cgi-bin/viewcvs.cgi/*checkout*/trunk/buildroot/toolchain/gcc/4.0.2/302-c99-snprintf.patch?rev=11715 + +--- gcc-4.0.0/libstdc++-v3/include/c_std/std_cstdio.h-orig 2005-04-29 00:08:41.000000000 -0500 ++++ gcc-4.0.0/libstdc++-v3/include/c_std/std_cstdio.h 2005-04-29 00:08:45.000000000 -0500 +@@ -142,7 +142,7 @@ + using ::vsprintf; + } + +-#if _GLIBCXX_USE_C99 ++#if _GLIBCXX_USE_C99 || defined(__UCLIBC__) + + #undef snprintf + #undef vfscanf |