commit | 0a129eb19a773d930d60b084209570f663db2053 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Sun Oct 31 03:29:36 2021 -0400 |
committer | Mike Frysinger <vapier@gentoo.org> | Tue Nov 02 22:59:07 2021 -0400 |
tree | c29451f6fe7b9d2ae8ebc071b7a04fb36033973a | |
parent | d2a5dbc744548e173ba1687e1a63a8c2196c7122 [diff] |
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.