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/sh/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sim/sh/ChangeLog') diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog index 56e9f10..7fd3492 100644 --- a/sim/sh/ChangeLog +++ b/sim/sh/ChangeLog @@ -1,3 +1,10 @@ +2016-01-03 Mike Frysinger + + * configure.ac (SIM_AC_OPTION_HOSTENDIAN): Delete. + * configure: Regenerate. + * interp.c (host_little_endian): Change CURRENT_HOST_BYTE_ORDER + to HOST_BYTE_ORDER. + 2016-01-02 Mike Frysinger * configure: Regenerate. -- cgit v1.1