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. Mark