Author: jkeenan Date: Tue Jan 27 19:49:23 2009 New Revision: 36075 Modified: trunk/PLATFORMS trunk/docs/parrot.pod
Log: Apply patch submitted by Andy Dougherty in https://trac.parrot.org/parrot/ticket/214: Remove Solaris 8 (SPARC) from list of supported platforms. Modified: trunk/PLATFORMS ============================================================================== --- trunk/PLATFORMS (original) +++ trunk/PLATFORMS Tue Jan 27 19:49:23 2009 @@ -22,8 +22,6 @@ linux-x86-gcc4.2.4 Y Y ? Y Y Y Y ? 20081023 linux-x86-gcc4.3.2 Y Y ? Y Y Y Y ? 20081030 linux-x86-llvm-gcc-4.2 Y Y ? ? ? Y Y ? 20080801 -sol8-sparc-cc B - - - - - - Y/85 ? 20080818 -sol8-sparc-gcc_4.1.0 B - - - - - - Y/87 ? 20080818 sol10-sparc-cc_5.9 B4*2 Y - - Y Y Y Y ? 20080510 sol10-sparc-cc_5.9 B8 Y - - Y Y Y Y/2 ? 20080518 sol10-sparc-gcc_4.0.2 B4*2 Y - - Y Y Y Y/1 ? 20080510 @@ -44,6 +42,8 @@ linux-x86_64-gcc4.1.2 8 Y - - Y Y Y Y ? 20080220 linux-x86_64-gcc4.3.2 8 Y - - Y Y Y Y ? 20081118 opensolaris-x86-gcc_4.0.3 4 Y Y ? ? ? Y Y/2 ? 20080325 +sol8-sparc-cc B - - - - - - Y/85 ? 20080818 +sol8-sparc-gcc_4.1.0 B - - - - - - Y/87 ? 20080818 win32-x86-mingw_gcc4.3.0 Y Y - - - Y Y/88 ? 20081203 win32-x64-msvc_9.0 8 - N - - - Y Y/51 ? 20081203 win32-x64-mingw_gcc3.4.5 8 Y Y ? ? ? Y Y ? 20081216 Modified: trunk/docs/parrot.pod ============================================================================== --- trunk/docs/parrot.pod (original) +++ trunk/docs/parrot.pod Tue Jan 27 19:49:23 2009 @@ -121,7 +121,7 @@ Parrot compiles and runs on a large number of platforms, including all common ones. The Parrot team is committed to supporting the following combinations as "core platforms": Linux (x86), Win32 (x86), OS X (x86 and PPC), Cygwin, Tru64, -OpenVMS (Alpha), Solaris (Sparc), FreeBSD (x86). +OpenVMS (Alpha), FreeBSD (x86). =head2 Authors