aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gcc/gcc-4.1.2/302-c99-snprintf.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-03-06 12:29:32 +0000
committerKoen Kooi <koen@openembedded.org>2007-03-06 12:29:32 +0000
commitd7075380c4eb2d376f4c95e88b892575ba6a2924 (patch)
tree8959feb3af281c312ca192bb67ba66b811374204 /packages/gcc/gcc-4.1.2/302-c99-snprintf.patch
parent4ad49843073f688aabd85ad240f1efa082179e20 (diff)
downloadopenembedded-d7075380c4eb2d376f4c95e88b892575ba6a2924.tar.gz
gcc: add 4.1.2, only tested to compile for arm/eabi
Diffstat (limited to 'packages/gcc/gcc-4.1.2/302-c99-snprintf.patch')
-rw-r--r--packages/gcc/gcc-4.1.2/302-c99-snprintf.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/gcc/gcc-4.1.2/302-c99-snprintf.patch b/packages/gcc/gcc-4.1.2/302-c99-snprintf.patch
new file mode 100644
index 0000000000..dfb22d681b
--- /dev/null
+++ b/packages/gcc/gcc-4.1.2/302-c99-snprintf.patch
@@ -0,0 +1,11 @@
+--- 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