Index: config/auto/frames.pm =================================================================== --- config/auto/frames.pm (revision 41850) +++ config/auto/frames.pm (working copy) @@ -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; }