This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/48690] gcc-4.3.5 fails for target m68k


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]