patches/gcc/4.2.4/180-c99-snprintf.patch
author Titus von Boxberg <titus@v9g.de>
Mon Aug 22 09:41:35 2011 +0200 (2011-08-22)
branch1.12
changeset 2636 d53c6d529923
parent 687 b2b6b1d46aa1
permissions -rw-r--r--
configure: fix --with-prog=[...]

check_for didn't set variable 'where' when the path to a prog
was passed manually "(cached)".

Signed-off-by: "Titus von Boxberg" <titus@v9g.de>
(transplanted from b1be254591e7b524a0b06a2247a9331ebe0faf1d)
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