Skip to content
Snippets Groups Projects
Commit c2e1d8a6 authored by rtoy's avatar rtoy
Browse files

Support building and running on OSX 10.4 (Tiger).

lisp/Config.x86_darwin:
o Add -mmacosx-version-min=10.4 so the C code can run on Tiger.

lisp/Darwin.c:
lisp/x86-lispregs.h:
o The mcontext slot names have a prefix of "__" on 10.5, but have no
  prefix on 10.4.  Add #define's to make the source code work on either.
parent 49329301
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment