diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-03-04 22:56:04 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-03-04 22:56:04 +0000 |
commit | 1772045f66221f1dcc0cc5dba5adc862a280141a (patch) | |
tree | 2a15530e9d25cd6dacd4df5203ed5a405b3cfda5 /patches/gcc/4.1.2/302-c99-snprintf.patch | |
parent | 28519997cb12e5f99bc83c8c221528fdd2e525fb (diff) | |
download | crosstool-ng-1772045f66221f1dcc0cc5dba5adc862a280141a.tar.gz crosstool-ng-1772045f66221f1dcc0cc5dba5adc862a280141a.tar.bz2 crosstool-ng-1772045f66221f1dcc0cc5dba5adc862a280141a.zip |
Add gcc-4.1.2 and update associated patches.
Diffstat (limited to 'patches/gcc/4.1.2/302-c99-snprintf.patch')
-rw-r--r-- | patches/gcc/4.1.2/302-c99-snprintf.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/gcc/4.1.2/302-c99-snprintf.patch b/patches/gcc/4.1.2/302-c99-snprintf.patch index dfb22d68..775cd18f 100644 --- a/patches/gcc/4.1.2/302-c99-snprintf.patch +++ b/patches/gcc/4.1.2/302-c99-snprintf.patch @@ -1,6 +1,6 @@ ---- 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 @@ +--- gcc-4.1.2.orig/libstdc++-v3/include/c_std/std_cstdio.h 2005-10-30 23:21:50.000000000 +0100 ++++ gcc-4.1.2/libstdc++-v3/include/c_std/std_cstdio.h 2007-03-04 23:33:27.000000000 +0100 +@@ -143,7 +143,7 @@ using ::vsprintf; } |