Comment 1 for bug 1869401

Revision history for this message
Douglas Katzman (dougk) wrote :

You would have to remove ':executable t' from the save-lisp-and-die to produce a conforming binary.
Basically we cheat by assuming that copying arbitrary bytes to the end of an executable file just works. There is other tooling that doesn't like it either, e.g. 'strip'.
See https://bugs.launchpad.net/sbcl/+bug/310108