sim: punt x86-specific bswap logic

The compiler/C library should produce reasonable code for htonl/ntohl,
and at least glibc tries pretty hard to always produce good code for
them.  This logic only had support for 32-bit x86 systems anymore, and
it's unlikely people were even opting into this, so drop it all.
This commit is contained in:
Mike Frysinger
2016-01-04 04:06:01 -05:00
parent 13adda68c5
commit 9bbf6f91c6
68 changed files with 187 additions and 699 deletions

5
sim/igen/configure vendored
View File

@@ -638,7 +638,6 @@ sim_hw_cflags
sim_default_model
sim_scache
sim_float
sim_hostendian
sim_endian
sim_bitsize
sim_assert
@@ -3720,10 +3719,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu