]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/Makefile.in
sim: hoist gencode & opc2c build rules up to common builds
authorMike Frysinger <vapier@gentoo.org>
Sun, 31 Oct 2021 06:08:38 +0000 (02:08 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 3 Nov 2021 02:59:07 +0000 (22:59 -0400)
commit70ab6bdd55540779cda498611010b61619f1758a
tree82dd6eefdcfb8439a5435f3e0862e286e1560fc5
parentb50f43349841643ae5fad7110fc37cb432a45208
sim: hoist gencode & opc2c build 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.
12 files changed:
sim/Makefile.am
sim/Makefile.in
sim/cr16/Makefile.in
sim/cr16/local.mk [new file with mode: 0644]
sim/d10v/Makefile.in
sim/d10v/local.mk [new file with mode: 0644]
sim/m32c/Makefile.in
sim/m32c/local.mk [new file with mode: 0644]
sim/m68hc11/Makefile.in
sim/m68hc11/local.mk [new file with mode: 0644]
sim/sh/Makefile.in
sim/sh/local.mk [new file with mode: 0644]