Skip to content

Commit

Permalink
updated README to mention that Syn68k will not build properly under S…
Browse files Browse the repository at this point in the history
…now Leopard.
  • Loading branch information
ctm committed Nov 27, 2009
1 parent 655e404 commit bb56a75
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
========================================================================
Mac OS X 10.6 (Snow Leopard) note: by default gcc now creates 64-bit
binaries, which means the version of Syn68k that will be built won't work
with Executor. The "-m32" command line option does the right thing, so it
should be possible to get Syn68k (and Executor) to work on Snow Leopard
again, but I don't know that I'll have much time for it.
========================================================================


Syn68k is a "synthetic CPU" that executes Motorola 68LC040
instructions, either via interpretation or via compilation into Intel
(32-bit) x86 instructions. It was originally written to allow
Expand Down

0 comments on commit bb56a75

Please sign in to comment.