summaryrefslogtreecommitdiff
path: root/sim/erc32
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/erc32
parent7a59a0b92cb36e7f591e5d6a3874667a326f37e6 (diff)
downloadbinutils-gdb-e732fe9b4f9909b0fbfa0bcac2ba048ca7d24ee2.tar.gz
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/erc32')
-rw-r--r--sim/erc32/Makefile.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/erc32/Makefile.in b/sim/erc32/Makefile.in
index 252427d4a38..58afbe1f747 100644
--- a/sim/erc32/Makefile.in
+++ b/sim/erc32/Makefile.in
@@ -18,9 +18,6 @@
## COMMON_PRE_CONFIG_FRAG
-SIM_LIBSIM =
-SIM_RUN_OBJS =
-
READLINE_SRC = $(srcroot)/readline/readline
SIM_EXTRA_CFLAGS = $(READLINE_CFLAGS)