Mention Mac OS X PPC port in README and TODO

This commit is contained in:
Clifford T. Matthews 2009-06-15 19:43:09 -06:00
parent 722f21cc22
commit 159fa0a4e9
2 changed files with 13 additions and 0 deletions

7
README
View File

@ -70,6 +70,13 @@ the SDL-based version of Executor on Mac OS X Intel, you can try:
../../util/configure.sh '--target=i486-macosx' '--host=i486-macosx' '--front-end=sdl' '--cflags=-fno-strict-aliasing -I/usr/X11R6/include -O0 -finline-functions -g -Wall' '--root=../..' '--target-file-format=glibc' '--sound=sdl' '--syn68k-target=i486-macosx-glibc' ../../util/configure.sh '--target=i486-macosx' '--host=i486-macosx' '--front-end=sdl' '--cflags=-fno-strict-aliasing -I/usr/X11R6/include -O0 -finline-functions -g -Wall' '--root=../..' '--target-file-format=glibc' '--sound=sdl' '--syn68k-target=i486-macosx-glibc'
make make
If you have SDL installed and would like to build (but not run) the
SDL-based version of Executor on Mac OS X PPC, you can try:
mkdir -p build/debug-macosx-sdl
cd build/debug-macosx-sdl
../../util/configure.sh '--target=powerpc-macosx' '--host=powerpc-macosx' '--front-end=sdl' '--cflags=-fno-strict-aliasing -I/usr/X11R6/include -O0 -finline-functions -g -Wall' '--root=../..' '--target-file-format=glibc' '--sound=sdl' '--syn68k-target=powerpc-macosx-glibc'
In the past it was possible to cross-compile a version of Executor for In the past it was possible to cross-compile a version of Executor for
Windows using mingw32. So far that port hasn't been tried since Windows using mingw32. So far that port hasn't been tried since
putting the code on Github. It probably doesn't work, but probably putting the code on Github. It probably doesn't work, but probably

6
TODO
View File

@ -1,3 +1,9 @@
Look into fixes for the bad padding we're getting on Mac OS X PPC
fcbrec definitely kills us, others may too
further populate check_structs.c
package up the System Folder and whatnot so that people w/o the package up the System Folder and whatnot so that people w/o the
old executor-aux can run Executor old executor-aux can run Executor