diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-01-03 00:36:13 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-01-03 00:52:51 -0500 |
commit | 0cb8d8513cf44a102953ff5cf93e9dd399f42e9a (patch) | |
tree | 670e19c289dea5ba0a821d97709073078fc24e6d /sim/erc32/configure.ac | |
parent | sim: convert to bfd_endian (diff) | |
download | binutils-gdb-0cb8d8513cf44a102953ff5cf93e9dd399f42e9a.tar.gz binutils-gdb-0cb8d8513cf44a102953ff5cf93e9dd399f42e9a.tar.bz2 binutils-gdb-0cb8d8513cf44a102953ff5cf93e9dd399f42e9a.zip |
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.
Diffstat (limited to 'sim/erc32/configure.ac')
-rw-r--r-- | sim/erc32/configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/erc32/configure.ac b/sim/erc32/configure.ac index 42c30d37b36..c1826337a8b 100644 --- a/sim/erc32/configure.ac +++ b/sim/erc32/configure.ac @@ -45,5 +45,4 @@ else AC_ERROR([the required "readline" library is missing]), $TERMCAP) fi AC_SUBST(READLINE) -SIM_AC_OPTION_HOSTENDIAN SIM_AC_OUTPUT |