sim: build: add a proper var for enabled arches
authorMike Frysinger <vapier@gentoo.org>
Mon, 7 Nov 2022 14:30:10 +0000 (21:30 +0700)
committerMike Frysinger <vapier@gentoo.org>
Mon, 7 Nov 2022 14:51:11 +0000 (21:51 +0700)
commit2ba09f42f1e0a9ad44235c0cea991396b2fc520d
treecd7cef93071e77b7557e441aeeffea9f5b342fe5
parent200164d46732f6a2fb9d81aa9650c006db4148e6
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.
sim/Makefile.am
sim/Makefile.in
sim/configure
sim/configure.ac