A friend of mine who uses sparc machine wants to write a pentium emulator & use wine with it to run some apps...
His question is - are there any special notes about wine in big endian? does he need to make lots of changes? if so, in whats parts in general?
lots of work have been done already. wine has been ported (a while ago) and ran (as winelib) on PowerPC. So, the endianness shouldn't be too much of an issue. What should remain is: - compiler: gcc stickiness - disabling/getting rid of 16 bit code - and of course, evolutions of the code since the port was (half)-done
A+