Currently compilation fails with 64-bit compilers with at
least the following error:
CXX lib/liballoc/ListAllocator.o
bin/bench/Main.cpp: Assembler messages:
bin/bench/Main.cpp:37: Error: suffix or operands invalid for `mov'
bin/bench/Main.cpp:38: Error: suffix or operands invalid for `mov'
The system should be able to compile with the -m32
compiler flag, to generate 32-bit code instead of 64-bit.
Original issue reported on code.google.com by coenbijlsma on 7 Aug 2009 at 11:45
Original issue reported on code.google.com by
coenbijlsma
on 7 Aug 2009 at 11:45