Skip to content

Commit

Permalink
PLATFORMS file added
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@5359 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
Leopold Toetsch committed Feb 23, 2004
1 parent 2a25907 commit cdfda43
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -2329,6 +2329,7 @@ ops/sys.ops []
ops/var.ops []
parrot.spec []
PBC_COMPAT [main]doc
PLATFORMS [main]doc
pf/pf_items.c []
README [main]doc
RELEASE_INSTRUCTIONS []
Expand Down
36 changes: 36 additions & 0 deletions PLATFORMS
@@ -0,0 +1,36 @@
Parrot-0.0.999 was reported to compile and run tests successfuly on these
platforms:

Platform Runloops Feature Compile Tests
CGoto JIT EXEC Threads Signals
---------------------------------------------------------------------
aix
darwin
freebsd
hpux
?-ia64
irix6.5 Y Y Y/2
linux-x86-gcc2.92.2 Y Y Y Y Y Y Y
linux-x86-gcc3.3.3 Y Y Y Y Y Y Y
linux-x64
openbsd
os2
solaris
true64
vms
win32-bcc
win32-cygwin
win32-mingw
win32-msvc

- ... no
Y ... yes
Y/n ... tests with n failures

Platform is "OS-processor-compiler" or a unique shortcut.

CGoto ... CGoto runloop is supported
JIT ... JIT core is supported
EXEC ... compiling to native executables is supported
Threads . Parrot is multi-threaded
Signals . Parrot catches kind of a SIGINT (program termination) signal

0 comments on commit cdfda43

Please sign in to comment.