On 01/04/2008, Mark Glines via RT <[EMAIL PROTECTED]> wrote:
> On Sat Mar 29 15:54:09 2008, [EMAIL PROTECTED] wrote:
> > I ran a fulltest with this patch applied, and everything's fine on x86
> > (where it matters).
>
> Hi,
>
> The root.in portion of this patch breaks non-i386, JIT capable
> platforms.  Problem is, the patch created an exec_dep.c for i386, but
> added a Makefile dependency for $(SRC_DIR)/exec_dep.c on *ALL*
> platforms, and that file doesn't exist anywhere except for x86.
>
> So, tetragon is now reporting on IRC that builds fail on ppc.  Sounds
> like reverting r26636 will result in a successful build... testing that now.

IIRC there's a special flag one can set inside Makefile.pm (I think...
:-/ ) which will allow this dependency to only be added for x86
platforms.  My guess is that this would be the appropriate way to get
this patch working on all platforms.

Paul

Reply via email to