]> git.pld-linux.org Git - packages/gcc4.git/blob - gcc4-nolocalefiles.patch
- added from gcc/
[packages/gcc4.git] / gcc4-nolocalefiles.patch
1 --- gcc-4.0-20040919/libstdc++-v3/configure.orig        2004-09-03 20:09:37.000000000 +0200
2 +++ gcc-4.0-20040919/libstdc++-v3/configure     2004-09-26 11:29:06.830762704 +0200
3 @@ -5752,7 +5752,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.046826 seconds and 3 git commands to generate.