]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: hoist mn10300 & v850 igen rules up to common builds
authorMike Frysinger <vapier@gentoo.org>
Sun, 31 Oct 2021 06:47:13 +0000 (02:47 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 3 Nov 2021 02:59:07 +0000 (22:59 -0400)
commitd2a5dbc744548e173ba1687e1a63a8c2196c7122
tree938abc91fe47341d9160c16da1745580e0d02b5e
parent70ab6bdd55540779cda498611010b61619f1758a
sim: hoist mn10300 & v850 igen rules up to common builds

These rules don't depend on the target compiler settings, so hoist
the build logic up to the common builds for better parallelization.

We leave the mips rules in place as they depend on complicated
arch-specific configure logic that needs to be untangled first.
sim/Makefile.am
sim/Makefile.in
sim/igen/local.mk
sim/mn10300/Makefile.in
sim/mn10300/local.mk [new file with mode: 0644]
sim/v850/Makefile.in
sim/v850/local.mk [new file with mode: 0644]