5 Sep
2010
5 Sep
'10
1:14 p.m.
2010/9/5 Harvey <harv@gmx.de>:
I put export CFLAGS=-march=i686 in the build function of the wine PKGBUILD but this results in the following config error:
configure:3236: gcc -march=i686 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5 conftest.c:1:0: error: CPU you selected does not support x86-64 instruction set
When building for i686 you (obviously) can't compile Wine64 (the 64 bit version). So you need to comment out the lines which build and package Wine64 so only Wine (32 bits) gets build and packaged.