[svn:parrot] r41094 - trunk/config/init/hints

cotto at svn.parrot.org cotto at svn.parrot.org
Mon Sep 7 05:18:20 UTC 2009


Author: cotto
Date: Mon Sep  7 05:18:19 2009
New Revision: 41094
URL: https://trac.parrot.org/parrot/changeset/41094

Log:
[profiling] use CLOCK_REALTIME on cygwin

Modified:
   trunk/config/init/hints/cygwin.pm

Modified: trunk/config/init/hints/cygwin.pm
==============================================================================
--- trunk/config/init/hints/cygwin.pm	Mon Sep  7 05:08:01 2009	(r41093)
+++ trunk/config/init/hints/cygwin.pm	Mon Sep  7 05:18:19 2009	(r41094)
@@ -73,6 +73,7 @@
         $conf->data->set(cc => 'gcc-4') unless $conf->options->get('cc');
         $conf->data->set(ld => 'g++-4') unless $conf->options->get('ld');
     }
+    $conf->data->set( clock_best => '-DCLOCK_BEST=CLOCK_REALTIME' );
 }
 
 1;


More information about the parrot-commits mailing list