]> git.pld-linux.org Git - packages/wine.git/blame - wine-notarget.patch
- rel 3; enable 64bit wine
[packages/wine.git] / wine-notarget.patch
CommitLineData
c37d8269
KK
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 @@
2877d0e0 4 break;
6b44696c 5 case proc_cc:
2877d0e0 6 case proc_as:
6b44696c
AG
7- if (opts->target) str = strmake( "%s-gcc", opts->target );
8- else str = CC;
9+ str = CC;
2877d0e0 10 break;
6b44696c
AG
11 case proc_cxx:
12 if (opts->target) str = strmake( "%s-g++", opts->target );
This page took 0.023565 seconds and 4 git commands to generate.