[svn:parrot] r41953 - trunk

coke at svn.parrot.org coke at svn.parrot.org
Tue Oct 20 15:28:46 UTC 2009


Author: coke
Date: Tue Oct 20 15:28:45 2009
New Revision: 41953
URL: https://trac.parrot.org/parrot/changeset/41953

Log:
remove 2 unused comments, renumber remaining comments.

Modified:
   trunk/PLATFORMS

Modified: trunk/PLATFORMS
==============================================================================
--- trunk/PLATFORMS	Tue Oct 20 15:27:31 2009	(r41952)
+++ trunk/PLATFORMS	Tue Oct 20 15:28:45 2009	(r41953)
@@ -35,7 +35,7 @@
 freebsd-x86-gcc-4.2.1         4   Y    Y    Y     ?   ?   Y    Y     Y  20090415
 freebsd-amd64-gcc-4.2.1       8   Y    -    -     ?   ?   Y    Y     Y  20090720
 linux-amd64-clang-r73854      8   ?    ?    =     Y   Y   Y/4  Y/1   ?  20090622
-linux-amd64-clang-r75433      8   Y    N    ?     ?   ?   Y    Y*4   ?  20090913
+linux-amd64-clang-r75433      8   Y    N    ?     ?   ?   Y    Y*2   ?  20090913
 linux-amd64-gcc4.3.2          8   Y    -    -     Y   Y   Y    Y     ?  20081118
 linux-amd64-gcc4.3.3          8   Y    Y    ?     Y   Y   Y    Y     ?  20090712
 netbsd3.1-ppc-gcc-3.3.3       B   Y    Y    ?     Y   Y   Y    Y     ?  20090419
@@ -55,7 +55,7 @@
 win32-x86-msvc_6.0            4   -    Y    -     -   -   Y    Y/8   ?  20090315
 win32-x64-msvc_9.0            8   -    -    -     -   -   Y    Y/51  ?  20081203
 win32-x64-mingw_gcc3.4.5      8   Y    Y    ?     ?   ?   Y    Y     ?  20090210
-win64-amd64-msvc_9.0          8   N    N    N     ?   ?   Y*3  N     ?  20090720
+win64-amd64-msvc_9.0          8   N    N    N     ?   ?   Y*1  N     ?  20090720
 
 Legend:
 ?   ... unknown or untested
@@ -83,12 +83,9 @@
 YYYYMMDD  The date tested.
 
 Remarks:
-*1 gcc and cc defaults to 32bits on solaris, for 64bit use
-   --ccflags='-m64' --ldflags='-m64' --linkflags='-m64'
-*2 http://rt.perl.org/rt3/Ticket/Display.html?id=60926
-*3 64-bit MSVC uses 32-bit int and long values. For 64-bit use
+*1 64-bit MSVC uses 32-bit int and long values. For 64-bit use
    --ccflags="-GS- -MD" --intval="long long" --opcode="long long"
-*4 only builds when configured --without-gmp. See TT #1006
+*2 only builds when configured --without-gmp. See TT #1006
 
 The following configurations are also working on x86/linux (and possibly
 other platforms):


More information about the parrot-commits mailing list