]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
sim: build: drop unused SIM_EXTRA_LIBS
authorMike Frysinger <vapier@gentoo.org>
Sun, 1 Jan 2023 22:46:15 +0000 (17:46 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sun, 1 Jan 2023 22:46:15 +0000 (17:46 -0500)
Now that all run binaries are linked in the topdir, this subdir libs
variable isn't used anywhere, so punt it.

sim/README-HACKING
sim/common/Make-common.in
sim/erc32/Makefile.in

index d2b2786ee710d1bfd541b37b9c4ec4d275d77762..c47eef8ce73b7fa864c63b5de1b7e2e493521d9b 100644 (file)
@@ -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 =
 
index ff31f33c327a8e1440aeb119a1100b81e30fd9d4..8d9585287c7c2b36463f9bc11ffeb77dcf82e434 100644 (file)
@@ -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 \
index b6c48d6d3f67b46fc34e23d81b87b4e6704cd733..d10eb0eb1a4ce5852c30fc54bda785e66dd4a9da 100644 (file)
@@ -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