sim: build: add basic framework for compiling arch objects in top-level
authorMike Frysinger <vapier@gentoo.org>
Tue, 27 Dec 2022 04:20:46 +0000 (23:20 -0500)
committerMike Frysinger <vapier@gentoo.org>
Tue, 10 Jan 2023 06:15:26 +0000 (01:15 -0500)
commitbc438b3e5931e7af87bf51b1365d9401cd69d519
tree97a671822dee0e75c31038258f8fd84815a059b1
parent54e26255ca9e1e39b1c5d091809c3afe350c3d01
sim: build: add basic framework for compiling arch objects in top-level

The code so far has been assuming that we only compile common/ objects.
Now that we're ready to compile arch-specific objects, refactor some of
the flags & checks a bit to support both.
sim/Makefile.am
sim/Makefile.in
sim/common/defs.h
sim/common/local.mk