sim: drop --enable-sim-{regparm,stdcall} options

These options were never exposed for most sims (just the ppc one),
and they are really only useful on 32-bit x86 systems.  Considering
modern systems tend to be 64-bit x86_64 and how well modern compilers
are at optimizing code, these have outlived their usefulness.
This commit is contained in:
Mike Frysinger
2016-01-09 05:13:37 -05:00
parent 22be3fbeac
commit 0dc73ef7c3
69 changed files with 245 additions and 660 deletions

10
sim/igen/configure vendored
View File

@ -626,10 +626,8 @@ INSTALL_PROGRAM
WERROR_CFLAGS
WARN_CFLAGS
sim_xor_endian
sim_stdcall
sim_smp
sim_reserved_bits
sim_regparm
sim_packages
sim_inline
sim_hw
@ -3744,14 +3742,6 @@ sim_inline="-DDEFAULT_INLINE=0"