Author: infinoid
Date: Sun Mar 23 08:23:40 2008
New Revision: 26520

Modified:
   trunk/docs/project/cage_cleaners_guide.pod

Log:
[doc] Apply documentation patch from Matt Kraai in RT #52026.  kraai++


Modified: trunk/docs/project/cage_cleaners_guide.pod
==============================================================================
--- trunk/docs/project/cage_cleaners_guide.pod  (original)
+++ trunk/docs/project/cage_cleaners_guide.pod  Sun Mar 23 08:23:40 2008
@@ -46,14 +46,10 @@
 non-commercial use.  To use C<icc> to build parrot, use the following
 arguments to C<Configure.pl>:
 
-  perl Configure.pl --cc=icc --ccflags=-I<icc-header-path>
+  perl Configure.pl --cc=icc --ld=icc
 
 (courtesy of Steve Peters, C<steve at fisharerojo dot org>).
 
-For example, those using icc version 9.1 series, the configure line is:
-
-  perl Configure.pl --cc=icc --ccflags=-I/opt/intel/compiler91/include/
-
 =head2 Compiler pickiness
 
 Use as many compiler warnings as we possibly can.  The more warnings

Reply via email to