From 0dc73ef7c304e6ffc9ce43b2131c77553a74e1d4 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 9 Jan 2016 05:13:37 -0500 Subject: 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. --- sim/moxie/ChangeLog | 4 ++++ sim/moxie/configure | 14 ++------------ 2 files changed, 6 insertions(+), 12 deletions(-) (limited to 'sim/moxie') diff --git a/sim/moxie/ChangeLog b/sim/moxie/ChangeLog index beaff02..d7cd663 100644 --- a/sim/moxie/ChangeLog +++ b/sim/moxie/ChangeLog @@ -1,6 +1,10 @@ 2016-01-10 Mike Frysinger * configure: Regenerate. + +2016-01-10 Mike Frysinger + + * configure: Regenerate. * Makefile.in (SIM_CFLAGS): Rename to ... (SIM_EXTRA_CFLAGS): ... this. diff --git a/sim/moxie/configure b/sim/moxie/configure index 802f589..161f2ab 100755 --- a/sim/moxie/configure +++ b/sim/moxie/configure @@ -684,10 +684,8 @@ CC WERROR_CFLAGS WARN_CFLAGS sim_xor_endian -sim_stdcall sim_smp sim_reserved_bits -sim_regparm sim_packages sim_inline sim_hw @@ -4043,14 +4041,6 @@ sim_inline="-DDEFAULT_INLINE=0" - - - - - - - - # intl sister-directory configuration rules. # @@ -12858,7 +12848,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12861 "configure" +#line 12851 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12964,7 +12954,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12967 "configure" +#line 12957 "configure" #include "confdefs.h" #if HAVE_DLFCN_H -- cgit v1.1