| commit | 2ba09f42f1e0a9ad44235c0cea991396b2fc520d | [log] [tgz] |
|---|---|---|
| author | Mike Frysinger <vapier@gentoo.org> | Mon Nov 07 21:30:10 2022 +0700 |
| committer | Mike Frysinger <vapier@gentoo.org> | Mon Nov 07 21:51:11 2022 +0700 |
| tree | cd7cef93071e77b7557e441aeeffea9f5b342fe5 | |
| parent | 200164d46732f6a2fb9d81aa9650c006db4148e6 [diff] |
sim: build: add a proper var for enabled arches The install code was using $SUBDIRS to track all enabled arches. This works, but isn't great if we want to add a subdir that isn't an arch port, or as we merge the subdirs into the top-level. Create a new var explicitly to track the list of enabled arches instead.