aboutsummaryrefslogtreecommitdiff
path: root/sim/m68hc11
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-12-26 22:39:03 -0500
committerMike Frysinger <vapier@gentoo.org>2023-01-10 01:15:26 -0500
commite732fe9b4f9909b0fbfa0bcac2ba048ca7d24ee2 (patch)
treedee3de755eeaedf5c86fe35e92ad6b1632def42f /sim/m68hc11
parent7a59a0b92cb36e7f591e5d6a3874667a326f37e6 (diff)
downloadfsf-binutils-gdb-e732fe9b4f9909b0fbfa0bcac2ba048ca7d24ee2.zip
fsf-binutils-gdb-e732fe9b4f9909b0fbfa0bcac2ba048ca7d24ee2.tar.gz
fsf-binutils-gdb-e732fe9b4f9909b0fbfa0bcac2ba048ca7d24ee2.tar.bz2
sim: build: drop support for creating libsim.a in subdirs
Now that all ports have moved to creating libsim.a in the top-level, drop all the support code to create it in a subdir.
Diffstat (limited to 'sim/m68hc11')
-rw-r--r--sim/m68hc11/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/m68hc11/Makefile.in b/sim/m68hc11/Makefile.in
index f67a94c..5c8ee19 100644
--- a/sim/m68hc11/Makefile.in
+++ b/sim/m68hc11/Makefile.in
@@ -19,8 +19,6 @@
arch = m68hc11
-SIM_LIBSIM =
-
# We must use 32-bit addresses to support memory bank switching.
# The WORD_BITSIZE is normally 16 but must be switched (temporarily)
# to 32 to avoid a bug in the sim-common which uses 'unsigned_word'