sigh, unfortunately it looks like c++, java, and objc are unsupported on m68k. what's the world coming to when you can't target a, er, umm, 24 year old architecture?!
Ian Lance Taylor wrote:
Bart Locanthi <bart@xxxxxxxx> writes:
as: unrecognized option `-mc68020' make[1]: *** [crtbegin.o] Error 1 make[1]: Leaving directory `/usr/local/src/gcc-3.4.0/gcc' make: *** [all-gcc] Error 2
suggestions welcome.
You have to build the cross-assembler, in the binutils package, first. Use the same --prefix. There is a crossgcc FAQ around somewhere.
Ian