From 0cb8d8513cf44a102953ff5cf93e9dd399f42e9a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 3 Jan 2016 00:36:13 -0500 Subject: sim: drop host endian configure option The --enable-sim-hostendian flag was purely so people had an escape route for when cross-compiling. This is because historically, AC_C_BIGENDIAN did not work in those cases. That was fixed a while ago though, so we can require that macro everywhere now and simplify a good bit of code. --- sim/msp430/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sim/msp430/ChangeLog') diff --git a/sim/msp430/ChangeLog b/sim/msp430/ChangeLog index db8269e..73d89c3 100644 --- a/sim/msp430/ChangeLog +++ b/sim/msp430/ChangeLog @@ -1,3 +1,7 @@ +2016-01-03 Mike Frysinger + + * config.in, configure: Regenerate. + 2016-01-02 Mike Frysinger * configure.ac (SIM_AC_OPTION_ENDIAN): Change LITTLE_ENDIAN to -- cgit v1.1