aboutsummaryrefslogtreecommitdiff
path: root/sim/common
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-19 20:06:12 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-21 22:20:18 -0400
commit456ef1c1d43c0407801fb2d59db355472be8a554 (patch)
treeae7c5f7bbef0f9f9b05f73d97c8131538b52a965 /sim/common
parentbe0387eed099dbc2f2bdc92fbf60e04f846c3b2b (diff)
downloadgdb-456ef1c1d43c0407801fb2d59db355472be8a554.zip
gdb-456ef1c1d43c0407801fb2d59db355472be8a554.tar.gz
gdb-456ef1c1d43c0407801fb2d59db355472be8a554.tar.bz2
sim: unify hardware settings
Move these options up to the common dir so we only test & export them once across all ports.
Diffstat (limited to 'sim/common')
-rw-r--r--sim/common/ChangeLog4
-rw-r--r--sim/common/Make-common.in4
2 files changed, 4 insertions, 4 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index 02540a0..9e1d300 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,5 +1,9 @@
2021-06-21 Mike Frysinger <vapier@gentoo.org>
+ * Make-common.in: Move sim-hw settings to ../arch-subdir.mk.in.
+
+2021-06-21 Mike Frysinger <vapier@gentoo.org>
+
* Make-common.in (SIM_HW): Delete.
(SIM_HW_OBJS): Redefine.
(SIM_HW_SOCKSER, SIM_HW_DEVICES): Define.
diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in
index 6d7c9c4..41becaa 100644
--- a/sim/common/Make-common.in
+++ b/sim/common/Make-common.in
@@ -72,8 +72,6 @@ SHELL = @SHELL@
SIM_BITSIZE = @sim_bitsize@
SIM_DEFAULT_MODEL = @sim_default_model@
SIM_FLOAT = @sim_float@
-SIM_HW_CFLAGS = @sim_hw_cflags@
-SIM_HW_SOCKSER = @sim_hw_sockser@
SIM_RESERVED_BITS = @sim_reserved_bits@
SIM_SCACHE = @sim_scache@
SIM_WARN_CFLAGS = $(WARN_CFLAGS)
@@ -216,8 +214,6 @@ BUILD_CFLAGS = $(CFLAGS_FOR_BUILD) $(CSEARCH)
COMMON_DEP_CFLAGS = $(CONFIG_CFLAGS) $(CSEARCH) $(SIM_EXTRA_CFLAGS)
SIM_HW_DEVICES = cfi core pal glue $(SIM_EXTRA_HW_DEVICES)
-SIM_HW_OBJS = $(SIM_COMMON_HW_OBJS) $(SIM_HW_DEVICES:%=dv-%.o) $(SIM_HW_SOCKSER)
-@SIM_ENABLE_HW_FALSE@SIM_HW_OBJS =
ZLIB = $(zlibdir) -lz
LIBIBERTY_LIB = ../../libiberty/libiberty.a