patches/gcc/4.2.4/180-c99-snprintf.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Jan 17 23:06:02 2010 +0100 (2010-01-17)
changeset 1740 c57458bb354d
parent 687 b2b6b1d46aa1
permissions -rw-r--r--
configure: do not require hg when configuring in an hg clone

When configuring in an hg clone, we need hg to compute the version string.
It can happen that users do not have Mercurial (eg. if they got a snapshot
rather that they did a full clone). In this case, we can still run, of
course, so simply fill the version string with a sufficiently explicit
value, that does not require hg. The date is a good candidate.
yann@687
     1
diff -durN gcc-4.2.1.orig/libstdc++-v3/include/c_std/std_cstdio.h gcc-4.2.1/libstdc++-v3/include/c_std/std_cstdio.h
yann@687
     2
--- gcc-4.2.1.orig/libstdc++-v3/include/c_std/std_cstdio.h	2006-12-07 10:33:51.000000000 +0100
yann@687
     3
+++ gcc-4.2.1/libstdc++-v3/include/c_std/std_cstdio.h	2007-08-03 20:33:24.000000000 +0200
yann@687
     4
@@ -144,7 +144,7 @@
yann@687
     5
 
yann@687
     6
 _GLIBCXX_END_NAMESPACE
yann@687
     7
 
yann@687
     8
-#if _GLIBCXX_USE_C99
yann@687
     9
+#if _GLIBCXX_USE_C99 || defined(__UCLIBC__)
yann@687
    10
 
yann@687
    11
 #undef snprintf
yann@687
    12
 #undef vfscanf