]> git.pld-linux.org Git - packages/wine.git/blob - wine-notarget.patch
- updated to 1.2-rc2
[packages/wine.git] / wine-notarget.patch
1 --- wine-1.1.36/tools/winegcc/winegcc.c.orig    2010-01-08 20:20:11.000000000 +0100
2 +++ wine-1.1.36/tools/winegcc/winegcc.c 2010-01-19 00:19:19.000000000 +0100
3 @@ -289,8 +289,7 @@
4          break;
5      case proc_cc:
6      case proc_as:
7 -        if (opts->target) str = strmake( "%s-gcc", opts->target );
8 -        else str = CC;
9 +        str = CC;
10          break;
11      case proc_cxx:
12          if (opts->target) str = strmake( "%s-g++", opts->target );
This page took 0.023347 seconds and 3 git commands to generate.