From 46f900c065f65013ae58a97f3b991a7e0c5ab669 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 8 Jan 2021 02:24:51 -0500 Subject: sim: require a C11 compiler With GDB requiring a C++11 compiler now, this hopefully shouldn't be a big deal. It's been 10 years since C11 came out, so should be plenty of time to upgrade. This will allow us to start cleaning up random header logic and many of our non-standard custom types. --- sim/sh/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sim/sh/ChangeLog') diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog index 41af60a..124a216 100644 --- a/sim/sh/ChangeLog +++ b/sim/sh/ChangeLog @@ -1,3 +1,7 @@ +2021-01-08 Mike Frysinger + + * configure: Regenerate. + 2021-01-04 Mike Frysinger * configure: Regenerate. -- cgit v1.1