On 22.04.11 21:05, Andreas Schwab wrote:
Andreas Tobler<andreast-l...@fgznet.ch>  writes:

Index: config/m68k/netbsd-elf.h
===================================================================
--- config/m68k/netbsd-elf.h    (revision 172861)
+++ config/m68k/netbsd-elf.h    (working copy)
@@ -97,7 +97,11 @@
  #undef PTRDIFF_TYPE
  #define PTRDIFF_TYPE "int"

+/* for 68k machines this only needs to be TRUE for the 68000 */

+#undef STRICT_ALIGNMENT
+#define STRICT_ALIGNMENT 0

The 68010 still requires strict alignment.

I am not familiar with m68k. I just tried to fix the build issue from 48690.

How does linux/m68k handle this? Or was your comment only about the 'comment'?

Andreas

Reply via email to