On Jul 19 2017, John Paul Adrian Glaubitz <glaub...@physik.fu-berlin.de> wrote:

> emacs25 currently fails to build from source on m68k because the struct
> Lisp_Object in src/lisp.h has incorrect alignment which results in the
> tagged pointers used by the Lisp VM being corrupted.  This happens because
> the native alignment on m68k is 16-bit such that the total size of List_Object
> is not dividable by 8.

That cannot be the source of the problem since Lisp_Object is not 8-byte
aligned on any 32-bit platform.

Andreas.

-- 
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

Reply via email to