]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/ppc/Makefile.in
sim: ppc: drop useless linking of helper tools
authorMike Frysinger <vapier@gentoo.org>
Wed, 9 Nov 2022 15:31:47 +0000 (22:31 +0700)
committerMike Frysinger <vapier@gentoo.org>
Wed, 9 Nov 2022 15:34:16 +0000 (22:34 +0700)
commitadcc07b94f93caa91269bebb540e3d57ddf5c430
tree6d531436d74121a5dbe33467d6afe7b370c0891e
parent47c0279b2ca36fd79ad4ce8601103623a92161ae
sim: ppc: drop useless linking of helper tools

We've never run these helper programs directly.  The igen program
includes the relevant source files directly and runs the code that
way.  So stop wasting developer CPU time linking programs that are
never run.  We leave the rules in place for people who need to test
and debug the specific bits of code every now & then.
sim/ppc/Makefile.in