aboutsummaryrefslogtreecommitdiff
path: root/sim/common/Make-common.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-01-10 17:49:48 -0500
committerMike Frysinger <vapier@gentoo.org>2016-01-10 17:54:04 -0500
commite19418e02e25ae4c62eb95547220897fa6aaf2e0 (patch)
tree4dfa961801b444c829bf4ededd1209b74b6d50e3 /sim/common/Make-common.in
parent16f7876d71604f835aefe48f0bf230c028c05d99 (diff)
downloadgdb-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/common/Make-common.in')
-rw-r--r--sim/common/Make-common.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in
index 72b095a..49401dd 100644
--- a/sim/common/Make-common.in
+++ b/sim/common/Make-common.in
@@ -90,7 +90,6 @@ SIM_HW_CFLAGS = @sim_hw_cflags@
SIM_HW_OBJS = @sim_hw_objs@
SIM_HW = @sim_hw@
SIM_INLINE = @sim_inline@
-SIM_PACKAGES = @sim_packages@
SIM_RESERVED_BITS = @sim_reserved_bits@
SIM_SCACHE = @sim_scache@
SIM_SMP = @sim_smp@
@@ -237,7 +236,6 @@ CONFIG_CFLAGS = \
$(SIM_FLOAT) \
$(SIM_HW_CFLAGS) \
$(SIM_INLINE) \
- $(SIM_PACKAGES) \
$(SIM_RESERVED_BITS) \
$(SIM_SCACHE) \
$(SIM_SMP) \