From be0387eed099dbc2f2bdc92fbf60e04f846c3b2b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 19 Jun 2021 19:36:39 -0400 Subject: sim: hw: rework configure option & device selection The sim-hardware configure option allows builders to select a set of device models to enable. But this seems like unnecessary overkill: the existence of individual device models doesn't affect performance at all as they are only enabled at runtime if the config uses them, and individually these are all <5KB a piece. Stripping off a total of ~50KB from a ~1MB binary doesn't seem useful, and it's extremely unlikely anyone will ever bother. So let's simplify the configure/make logic by turning sim-hardware into a boolean option like many of the other sim options. Any ports that have unique device models will declare them in their Makefile instead of at configure time. This will allow us to (eventually) unify the setting into the common dir. --- sim/moxie/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sim/moxie/ChangeLog') diff --git a/sim/moxie/ChangeLog b/sim/moxie/ChangeLog index 4c7ee51..2b1dcca 100644 --- a/sim/moxie/ChangeLog +++ b/sim/moxie/ChangeLog @@ -1,3 +1,7 @@ +2021-06-21 Mike Frysinger + + * configure: Regenerate. + 2021-06-20 Mike Frysinger * configure.ac (SIM_AC_COMMON): Delete. -- cgit v1.1