]> git.pld-linux.org Git - packages/crossppc-gcc.git/commitdiff
21dca6c3b9b014fabba8d9304a3371ee
authorMariusz Mazur <mmazur@pld-linux.org>
Mon, 21 Oct 2002 18:15:19 +0000 (18:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc-nolocalefiles.patch -> 1.2

gcc-nolocalefiles.patch [new file with mode: 0644]

diff --git a/gcc-nolocalefiles.patch b/gcc-nolocalefiles.patch
new file mode 100644 (file)
index 0000000..dc796b3
--- /dev/null
@@ -0,0 +1,11 @@
+--- gcc-3.2/libstdc++-v3/configure.orig        Sat Jul 27 01:23:04 2002
++++ gcc-3.2/libstdc++-v3/configure     Thu Aug 22 08:03:18 2002
+@@ -2957,7 +2957,7 @@
+           int j;
+           __locale_t  loc;
+           __locale_t  loc_dup;
+-          loc = __newlocale(1 << LC_ALL, "de_DE", 0);
++          loc = __newlocale(1 << LC_ALL, "C", 0);
+           loc_dup = __duplocale(loc);
+           i = __strcoll_l(__one, __two, loc);
+           j = __strcoll_l(__one, __two, loc_dup);
This page took 0.082011 seconds and 4 git commands to generate.