diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-01-09 05:13:37 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-01-10 03:15:01 -0500 |
commit | 0dc73ef7c304e6ffc9ce43b2131c77553a74e1d4 (patch) | |
tree | 532fd8862224ef99d9af70eeb431e6b12f3e524a /sim/rl78/configure | |
parent | 22be3fbeaccf50e3c0f58d0f7e9f7ed77effeaab (diff) | |
download | binutils-gdb-0dc73ef7c304e6ffc9ce43b2131c77553a74e1d4.tar.gz |
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.
Diffstat (limited to 'sim/rl78/configure')
-rwxr-xr-x | sim/rl78/configure | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/sim/rl78/configure b/sim/rl78/configure index 706484252d0..cad712ecee8 100755 --- a/sim/rl78/configure +++ b/sim/rl78/configure @@ -683,10 +683,8 @@ CC WERROR_CFLAGS WARN_CFLAGS sim_xor_endian -sim_stdcall sim_smp sim_reserved_bits -sim_regparm sim_packages sim_inline sim_hw @@ -4020,14 +4018,6 @@ sim_inline="-DDEFAULT_INLINE=0" - - - - - - - - # intl sister-directory configuration rules. # @@ -12835,7 +12825,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12838 "configure" +#line 12828 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12941,7 +12931,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12944 "configure" +#line 12934 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |