http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50156
Ruben Van Boxem <vanboxem.ruben at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #25090|0 |1 is obsolete| | --- Comment #3 from Ruben Van Boxem <vanboxem.ruben at gmail dot com> 2011-08-24 20:15:20 UTC --- Created attachment 25093 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25093 Patch to allow a non-bootstrap compiler to build with in tree prereqs for graphite Corrected small issues with ppl-watchdog (enabled it regardless for an intree build; this would break an out-of tree ppl without libpwl though: it's hacky) The problem is that in-tree ppl should be configured with --disable-watchdog if $enable_watchdog is not requested.