From 35656e95217a20309c0a0f16bf0c89a49a549177 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 10 Jan 2016 15:55:44 -0500 Subject: sim: allow the assert configure option everywhere Currently ports have to call SIM_AC_OPTION_ASSERT explicitly in order to make the configure flag available, which none of them do. There's no real reason to not allow this flag for all ports, so move it to the common sim macro. This way we get standard behavior across all ports. --- 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 df8317f..d897ae0 100644 --- a/sim/sh/ChangeLog +++ b/sim/sh/ChangeLog @@ -4,6 +4,10 @@ 2016-01-10 Mike Frysinger + * configure: Regenerate. + +2016-01-10 Mike Frysinger + * configure.ac (SIM_AC_OPTION_INLINE): Delete call. * configure: Regenerate. -- cgit v1.1