cvsuser     04/12/06 10:05:46

  Modified:    config/gen/makefiles dynclasses_pl.in
  Log:
  These flags cause problems on Tru64 and don't cause any tests to fail
  when removed on x86...
  
  Revision  Changes    Path
  1.7       +1 -1      parrot/config/gen/makefiles/dynclasses_pl.in
  
  Index: dynclasses_pl.in
  ===================================================================
  RCS file: /cvs/public/parrot/config/gen/makefiles/dynclasses_pl.in,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- dynclasses_pl.in  20 Nov 2004 00:13:54 -0000      1.6
  +++ dynclasses_pl.in  6 Dec 2004 18:05:46 -0000       1.7
  @@ -28,7 +28,7 @@
   
   sub partial_link_cmd {
       my ($target, @sources) = @_;
  -    "$LD $CFLAGS $LDFLAGS $LD_LOAD_FLAGS $LIBPARROT ".
  +    "$LD $LDFLAGS $LD_LOAD_FLAGS $LIBPARROT ".
       "-o " . $target . " " .
       join(" ", @sources);
   }
  
  
  

Reply via email to