cvsuser 04/10/07 09:29:24
Modified: . PLATFORMS
Log:
add install column to PLATFORMS
Revision Changes Path
1.27 +32 -29 parrot/PLATFORMS
Index: PLATFORMS
===================================================================
RCS file: /cvs/public/parrot/PLATFORMS,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -w -r1.26 -r1.27
--- PLATFORMS 7 Oct 2004 07:26:32 -0000 1.26
+++ PLATFORMS 7 Oct 2004 16:29:24 -0000 1.27
@@ -1,11 +1,11 @@
Parrot was reported to compile and run tests successfuly on these platforms:
-Platform B8 Runloops Feature Compile Tests YYYYMMDD
+Platform B8 Runloops Feature Comp Test Inst YYYYMMDD
CGoto JIT EXEC Thr Sig
------------------------------------------------------------------------------
+---------------------------------------------------------------------------
aix-pwr-xlc6 B - Y - Y - Y Y
aix-pwr64-xlc6 B8 - - - Y - Y Y/20
-darwin B Y Y Y Y - Y Y
+darwin B Y Y Y Y Y Y Y Y 20041007
freebsd5.2-i386 Y Y/4 Y Y - Y Y
hpux-pa_risc2.0-gcc2.9 B - - Y Y Y*2 Y
?-ia64
@@ -15,8 +15,8 @@
linux-ppc-gcc3.2.3 B Y Y/9 Y Y Y Y Y
linux-sparc-gcc3.3.3 B Y - - Y Y Y Y
linux-sparc64-gcc3.3.3 B8 Y - - - - Y -
-linux-x86-gcc2.95.2 Y Y Y Y Y Y Y 20041007
-linux-x86-gcc3.3.3 Y Y Y Y Y Y Y
+linux-x86-gcc2.95.2 Y Y Y Y Y Y Y Y 20041007
+linux-x86-gcc3.3.3 Y Y Y Y Y Y Y Y 20041007
linux-x86-gcc3.3.3 *3 Y Y Y Y Y Y Y*3
linux-x86-icc8 Y Y Y Y Y Y Y
linux-x86_64-gcc3.3.3 8 Y - - Y Y Y Y
@@ -48,8 +48,11 @@
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
+Thr ... Parrot is multi-threaded
+Sig ... Parrot catches kind of a SIGINT (program termination) signal
+Comp ... Compiles ok
+Test ... Runs "make test"
+Inst ... "make install" is ok
YYYYMMDD The date tested.