From 52d37d2c916865ff81da4ff923ae5cfcdc16c2c3 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 13 Jun 2021 01:54:48 -0400 Subject: sim: drop arch-specific config.h All of the settings in here are handled by the common top-level config.h, so drop the individual arch-config.h files entirely. This will also help guarantee that we don't add any new arch specific defines that would affect common code which will help with the effort of unifying them. --- sim/m68hc11/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sim/m68hc11/ChangeLog') diff --git a/sim/m68hc11/ChangeLog b/sim/m68hc11/ChangeLog index c464248..ce203d8 100644 --- a/sim/m68hc11/ChangeLog +++ b/sim/m68hc11/ChangeLog @@ -1,3 +1,8 @@ +2021-06-16 Mike Frysinger + + * configure: Regenerate. + * config.in: Removed. + 2021-06-15 Mike Frysinger * config.in, configure: Regenerate. -- cgit v1.1