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/aarch64/configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'sim/aarch64/configure.ac') diff --git a/sim/aarch64/configure.ac b/sim/aarch64/configure.ac index 7bf38dc..410131c 100644 --- a/sim/aarch64/configure.ac +++ b/sim/aarch64/configure.ac @@ -31,7 +31,6 @@ SIM_AC_OPTION_ENDIAN ## common core does not support this, so we opt for non-strict ## alignment instead. SIM_AC_OPTION_ALIGNMENT(NONSTRICT_ALIGNMENT,NONSTRICT_ALIGNMENT) -SIM_AC_OPTION_HOSTENDIAN SIM_AC_OPTION_ENVIRONMENT SIM_AC_OPTION_INLINE SIM_AC_OPTION_WARNINGS -- cgit v1.1