[svn:parrot] r41893 - branches/auto_libjit/config/auto

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Oct 17 00:11:13 UTC 2009


Author: jkeenan
Date: Sat Oct 17 00:11:12 2009
New Revision: 41893
URL: https://trac.parrot.org/parrot/changeset/41893

Log:
Applying 3rd patch submitted by plobsing in https://trac.parrot.org/parrot/ticket/1105.  This may not be the ultimate solution -- it causes t/steps/auto/frames-01.t to fail -- but it builds and passes all tests in 'make test'.

Modified:
   branches/auto_libjit/config/auto/frames.pm

Modified: branches/auto_libjit/config/auto/frames.pm
==============================================================================
--- branches/auto_libjit/config/auto/frames.pm	Fri Oct 16 23:53:37 2009	(r41892)
+++ branches/auto_libjit/config/auto/frames.pm	Sat Oct 17 00:11:12 2009	(r41893)
@@ -49,8 +49,7 @@
         $can_build_call_frames = $conf->options->get('buildframes');
     }
     else {
-        $can_build_call_frames = ($nvsize == 8 && $cpuarch eq 'i386'
-            && $osname ne 'darwin');
+        $can_build_call_frames = $conf->data->get('HAS_LIBJIT');
     }
     return $can_build_call_frames;
 }


More information about the parrot-commits mailing list