http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48690
--- Comment #23 from Andreas Tobler <andreast at gcc dot gnu.org> 2011-04-22 16:56:53 UTC --- Ok. The breaking revision is 121736. If you add this to m68k/netbsd-elf.h it compiles. #undef STRICT_ALIGNMENT #define STRICT_ALIGNMENT 0 I had to disable libgomp too since this netbsd target does not have pthreads. I'll update to current and see where we are.