patches/gcc/4.1.2/150-c99-snprintf.patch
author Titus von Boxberg <titus@v9g.de>
Tue Nov 06 17:02:06 2012 +0100 (2012-11-06)
changeset 3103 a8bf927f6e37
parent 13 068dce39f687
permissions -rw-r--r--
Makefile.in: Use only standard options compatible with BSD install

Don't use options specific to FSF's coreutils install.

Signed-off-by: Titus von Boxberg <titus@v9g.de>
Message-Id: <51587db99510a9ec08f8.1352226968@tschetwerikow.boxberg.lan>
Patchwork-Id: 197532
yann@13
     1
--- gcc-4.1.2.orig/libstdc++-v3/include/c_std/std_cstdio.h	2005-10-30 23:21:50.000000000 +0100
yann@13
     2
+++ gcc-4.1.2/libstdc++-v3/include/c_std/std_cstdio.h	2007-03-04 23:33:27.000000000 +0100
yann@13
     3
@@ -143,7 +143,7 @@
yann@1
     4
   using ::vsprintf;
yann@1
     5
 }
yann@1
     6
 
yann@1
     7
-#if _GLIBCXX_USE_C99
yann@1
     8
+#if _GLIBCXX_USE_C99 || defined(__UCLIBC__)
yann@1
     9
 
yann@1
    10
 #undef snprintf
yann@1
    11
 #undef vfscanf