On Wed, 2007-10-31 at 12:43 +0100, Mark Wielaard wrote: > Hi, > > Currently the standard build on x86_64 is broken because > gen-type-funit-tests isn't properly generated in the arch32 dirs. For > now the workaround is to build with --disable-arch32. This should now all be fixed by: commit b293ec8713bfc401241fc2dc0935fea152794438 Author: Andrew Cagney Date: Wed Oct 31 17:20:55 2007 -0400 For .c-in et.al., list base .c in SOURCES. frysk-common/ChangeLog 2007-10-31 Andrew Cagney * Makefile.gen.sh (.c-in, .cxx-in, .c-sh, .cxx-sh): Add base .c or .cxx file to ...SOURCES and not the original source. Drop use of automake's nodist_ http://sourceware.org/git/?p=frysk.git;a=commitdiff;h=b293ec8713bfc401241fc2dc0935fea152794438 Andrew, would it make sense to automatically run the arch32 tests in make check whenever they are build? Cheers, Mark