From 9d90335212595f76b0f29698dfb2468c7318c171 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 23 Apr 2021 21:58:21 -0400 Subject: sim: simplify hardware m4 macro Every port using this sets the 1st arg to yes and the 2nd arg to "". These are the defaults we probably want anyways in order to unify the codebase, so move them to the macro and only allow ports to declare extra hardware models. --- sim/mn10300/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sim/mn10300/ChangeLog') diff --git a/sim/mn10300/ChangeLog b/sim/mn10300/ChangeLog index 0ad3257..aa09b2c 100644 --- a/sim/mn10300/ChangeLog +++ b/sim/mn10300/ChangeLog @@ -1,3 +1,8 @@ +2021-04-23 Mike Frysinger + + * configure.ac (SIM_AC_OPTION_HARDWARE): Delete first two args. + * configure: Regenerate. + 2021-04-22 Tom Tromey * configure, config.in: Rebuild. -- cgit v1.1