]> git.pld-linux.org Git - packages/gcc4.git/blame - gcc4-nolocalefiles.patch
- one source wan't for this release, changed it, corrected md5sum,
[packages/gcc4.git] / gcc4-nolocalefiles.patch
CommitLineData
b5da0175
MM
1--- gcc-3.2/libstdc++-v3/configure.orig Sat Jul 27 01:23:04 2002
2+++ gcc-3.2/libstdc++-v3/configure Thu Aug 22 08:03:18 2002
3@@ -2957,7 +2957,7 @@
4 int j;
5 __locale_t loc;
6 __locale_t loc_dup;
7- loc = __newlocale(1 << LC_ALL, "de_DE", 0);
8+ loc = __newlocale(1 << LC_ALL, "C", 0);
9 loc_dup = __duplocale(loc);
10 i = __strcoll_l(__one, __two, loc);
11 j = __strcoll_l(__one, __two, loc_dup);
This page took 0.068466 seconds and 4 git commands to generate.