From e19418e02e25ae4c62eb95547220897fa6aaf2e0 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 10 Jan 2016 17:49:48 -0500 Subject: sim: drop unused SIM_AC_OPTION_PACKAGES This was imported from the ppc sim, but that was only used to control a single file, and that is already governed by the hw models. There's no need to have a sep configure option here, especially since none of the other sims are using it. Even when the code is enabled, there's no runtime overhead. --- sim/moxie/ChangeLog | 4 ++++ sim/moxie/configure | 9 ++------- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'sim/moxie') diff --git a/sim/moxie/ChangeLog b/sim/moxie/ChangeLog index d1f57f9..ce0644e 100644 --- a/sim/moxie/ChangeLog +++ b/sim/moxie/ChangeLog @@ -1,5 +1,9 @@ 2016-01-10 Mike Frysinger + * configure: Regenerate. + +2016-01-10 Mike Frysinger + * configure.ac (SIM_AC_OPTION_ENVIRONMENT): Delete call. * configure: Regenerate. diff --git a/sim/moxie/configure b/sim/moxie/configure index b43cb53..9ba20fa 100755 --- a/sim/moxie/configure +++ b/sim/moxie/configure @@ -686,7 +686,6 @@ WARN_CFLAGS sim_xor_endian sim_smp sim_reserved_bits -sim_packages sim_inline sim_hw sim_hw_objs @@ -4038,10 +4037,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu - - - - # intl sister-directory configuration rules. # @@ -12849,7 +12844,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12852 "configure" +#line 12847 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12955,7 +12950,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12958 "configure" +#line 12953 "configure" #include "confdefs.h" #if HAVE_DLFCN_H -- cgit v1.1