aboutsummaryrefslogtreecommitdiff
path: root/sim
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
parent2a1b3235f2252e0019b84a4117d8c6b5d22e98f3 (diff)
downloadgdb-33383d1674cdd18503cbdfc3678ec9764d7846fa.zip
gdb-33383d1674cdd18503cbdfc3678ec9764d7846fa.tar.gz
gdb-33383d1674cdd18503cbdfc3678ec9764d7846fa.tar.bz2
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')
-rw-r--r--sim/README-HACKING2
-rw-r--r--sim/common/Make-common.in4
-rw-r--r--sim/erc32/Makefile.in1
3 files changed, 1 insertions, 6 deletions
diff --git a/sim/README-HACKING b/sim/README-HACKING
index d2b2786..c47eef8 100644
--- a/sim/README-HACKING
+++ b/sim/README-HACKING
@@ -51,8 +51,6 @@ SIM_OBJS =
SIM_EXTRA_DEPS =
# List of flags to always pass to $(CC).
SIM_EXTRA_CFLAGS =
-# List of extra libraries to link with.
-SIM_EXTRA_LIBS =
# Dependency of `clean' to clean any extra files.
SIM_EXTRA_CLEAN =
diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in
index ff31f33..8d95852 100644
--- a/sim/common/Make-common.in
+++ b/sim/common/Make-common.in
@@ -90,8 +90,6 @@ SIM_OBJS =
SIM_EXTRA_DEPS =
# List of flags to always pass to $(CC).
SIM_EXTRA_CFLAGS =
-# List of extra libraries to link with.
-SIM_EXTRA_LIBS =
# List of main object files for `run'.
SIM_RUN_OBJS = nrun.o
# Dependency of `clean' to clean any extra files.
@@ -136,7 +134,7 @@ BFD_LIB = ../../bfd/libbfd.la
OPCODES_LIB = ../../opcodes/libopcodes.la
LIBDEPS = $(BFD_LIB) $(OPCODES_LIB) $(LIBIBERTY_LIB)
EXTRA_LIBS = $(BFD_LIB) $(OPCODES_LIB) $(LIBIBERTY_LIB) \
- $(COMMON_LIBS) $(SIM_EXTRA_LIBS) $(LIBGNU) $(LIBGNU_EXTRA_LIBS)
+ $(COMMON_LIBS) $(LIBGNU) $(LIBGNU_EXTRA_LIBS)
COMMON_OBJS_NAMES = \
callback.o \
diff --git a/sim/erc32/Makefile.in b/sim/erc32/Makefile.in
index b6c48d6..d10eb0e 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