Code: Select all
{standard input}: Assembler messages:
{standard input}:37: Error: operand type mismatch for `push'
{standard input}:39: Error: bad register expression
{standard input}:39: Error: register save offset not a multiple of 8
{standard input}:40: Error: operand type mismatch for `push'
{standard input}:42: Error: bad register expression
{standard input}:49: Error: operand type mismatch for `pop'
{standard input}:50: Error: bad register expression
{standard input}:52: Error: operand type mismatch for `pop'
{standard input}:53: Error: bad register expression
Makefile:193: recipe for target 'interlocked.o' failed
make[1]: *** [interlocked.o] Error 1
make[1]: Leaving directory '/home/brandon/Downloads/wine-1.7.54/libs/port'
Makefile:21734: recipe for target 'libs/port' failed
make: *** [libs/port] Error 2
Compilation failed, aborting install.
Code: Select all
CONFARGS="--host=i686-linux-gnu" # configure args, e.g. --prefix=/usr
CFLAGS=-m32
CXXFLAGS=-m32
LDFLAGS=-m32