From a8a3d90792ae60239ef6ae9c38f133c8ade40761 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 15 Jun 2021 22:48:50 -0400 Subject: sim: drop obsolete AC_EXEEXT call The current autoconf 2.69 defines this to nothing because the logic in AC_PROG_CC takes care of it all the time now. Delete the call. --- sim/h8300/ChangeLog | 4 ++++ sim/h8300/configure | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'sim/h8300') diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog index f971914..1d506ff 100644 --- a/sim/h8300/ChangeLog +++ b/sim/h8300/ChangeLog @@ -1,6 +1,10 @@ 2021-06-16 Mike Frysinger * configure: Regenerate. + +2021-06-16 Mike Frysinger + + * configure: Regenerate. * config.in: Removed. 2021-06-15 Mike Frysinger diff --git a/sim/h8300/configure b/sim/h8300/configure index 9a0b26f..c7b857c 100755 --- a/sim/h8300/configure +++ b/sim/h8300/configure @@ -11144,8 +11144,6 @@ fi - - wire_endian="BIG" default_endian="" # Check whether --enable-sim-endian was given. -- cgit v1.1