On Wed, Feb 18, 2015 at 12:48:21 +0100, Thomas Schwinge wrote: > What is the rationale for the insn-modes.h order-only prerequisites for > mkoffload.o? Is this simply to get past the build issue which, for > example, Jakub also reported for the nvptx mkoffload, > <http://news.gmane.org/find-root.php?message_id=%3C20150217153918.GX1746%40tucnak.redhat.com%3E> > (»missing mkoffload.o dependencies, patch attached«), or is there a > better rationale for adding (only) this one (indirect) dependency, > instead of listing all of the (real) dependencies? (After all, we do > want the mkoffload executables to be rebuilt if one of their dependencies > is updated.) (I have not yet tried to figure out how to do that.)
Yes, mkoffload is just not working without this dependency, and works well with it. Do you know the right way how to add all other dependencies? -- Ilya