diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-01-10 17:49:48 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-01-10 17:54:04 -0500 |
commit | e19418e02e25ae4c62eb95547220897fa6aaf2e0 (patch) | |
tree | 4dfa961801b444c829bf4ededd1209b74b6d50e3 /sim/mn10300 | |
parent | 16f7876d71604f835aefe48f0bf230c028c05d99 (diff) | |
download | gdb-e19418e02e25ae4c62eb95547220897fa6aaf2e0.zip gdb-e19418e02e25ae4c62eb95547220897fa6aaf2e0.tar.gz gdb-e19418e02e25ae4c62eb95547220897fa6aaf2e0.tar.bz2 |
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.
Diffstat (limited to 'sim/mn10300')
-rw-r--r-- | sim/mn10300/ChangeLog | 4 | ||||
-rwxr-xr-x | sim/mn10300/configure | 9 |
2 files changed, 6 insertions, 7 deletions
diff --git a/sim/mn10300/ChangeLog b/sim/mn10300/ChangeLog index bd37aef..095ff39 100644 --- a/sim/mn10300/ChangeLog +++ b/sim/mn10300/ChangeLog @@ -12,6 +12,10 @@ 2016-01-10 Mike Frysinger <vapier@gentoo.org> + * configure: Regenerate. + +2016-01-10 Mike Frysinger <vapier@gentoo.org> + * configure.ac (SIM_AC_OPTION_INLINE): Delete call. * configure: Regenerate. diff --git a/sim/mn10300/configure b/sim/mn10300/configure index 21e4cb3..027f3b33 100755 --- a/sim/mn10300/configure +++ b/sim/mn10300/configure @@ -685,7 +685,6 @@ WARN_CFLAGS sim_xor_endian sim_smp sim_reserved_bits -sim_packages sim_inline sim_hw sim_hw_objs @@ -4046,10 +4045,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu - - - - # intl sister-directory configuration rules. # @@ -12857,7 +12852,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12860 "configure" +#line 12855 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12963,7 +12958,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12966 "configure" +#line 12961 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |