summaryrefslogtreecommitdiff
path: root/sim/erc32
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2023-01-01 17:46:15 -0500
committerMike Frysinger <vapier@gentoo.org>2023-01-01 17:46:15 -0500
commit33383d1674cdd18503cbdfc3678ec9764d7846fa (patch)
treec9f97bb744ada452d7962bf0e44b7a605575a987 /sim/erc32
parent2a1b3235f2252e0019b84a4117d8c6b5d22e98f3 (diff)
downloadbinutils-gdb-33383d1674cdd18503cbdfc3678ec9764d7846fa.tar.gz
sim: build: drop unused SIM_EXTRA_LIBS
Now that all run binaries are linked in the topdir, this subdir libs variable isn't used anywhere, so punt it.
Diffstat (limited to 'sim/erc32')
-rw-r--r--sim/erc32/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/erc32/Makefile.in b/sim/erc32/Makefile.in
index b6c48d6d3f6..d10eb0eb1a4 100644
--- a/sim/erc32/Makefile.in
+++ b/sim/erc32/Makefile.in
@@ -23,7 +23,6 @@ READLINE_SRC = $(srcroot)/readline/readline
SIM_OBJS = exec.o erc32.o func.o help.o float.o interf.o
SIM_RUN_OBJS = sis.o
SIM_EXTRA_CFLAGS = $(READLINE_CFLAGS)
-SIM_EXTRA_LIBS = $(READLINE_LIB) $(TERMCAP_LIB)
# UARTS run at about 115200 baud (simulator time). Add -DFAST_UART to
# CFLAGS if faster (infinite) UART speed is desired. Might affect the