]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: hoist cgen mloop rules up to common builds
authorMike Frysinger <vapier@gentoo.org>
Sun, 31 Oct 2021 07:29:36 +0000 (03:29 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 3 Nov 2021 02:59:07 +0000 (22:59 -0400)
commit0a129eb19a773d930d60b084209570f663db2053
treec29451f6fe7b9d2ae8ebc071b7a04fb36033973a
parentd2a5dbc744548e173ba1687e1a63a8c2196c7122
sim: hoist cgen mloop 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 have to extend the genmloop.sh logic a bit to allow outputting
to a subdir since it always assumed cwd was the right place.

We leave the cgen maintainer rules in the subdirs for now as they
aren't normally run, and they rely on cgen logic that has not yet
been generalized.
17 files changed:
sim/Makefile.am
sim/Makefile.in
sim/bpf/Makefile.in
sim/bpf/local.mk [new file with mode: 0644]
sim/common/genmloop.sh
sim/cris/Makefile.in
sim/cris/local.mk [new file with mode: 0644]
sim/frv/Makefile.in
sim/frv/local.mk [new file with mode: 0644]
sim/iq2000/Makefile.in
sim/iq2000/local.mk [new file with mode: 0644]
sim/lm32/Makefile.in
sim/lm32/local.mk [new file with mode: 0644]
sim/m32r/Makefile.in
sim/m32r/local.mk [new file with mode: 0644]
sim/or1k/Makefile.in
sim/or1k/local.mk [new file with mode: 0644]