sim: delete unused SIM_EXTRA_LIBDEPS
This was last used 15 years ago, so clearly not important enough to keep around. Punt it.
This commit is contained in:
parent
f8069d55c1
commit
ed30adf750
@ -1,3 +1,7 @@
|
||||
2021-02-28 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* README-HACKING: Delete SIM_EXTRA_LIBDEPS.
|
||||
|
||||
2021-02-27 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* README-HACKING: Delete SIM_EXTRA_ALL.
|
||||
|
@ -83,8 +83,6 @@ SIM_EXTRA_DEPS =
|
||||
SIM_EXTRA_CFLAGS =
|
||||
# List of extra libraries to link with.
|
||||
SIM_EXTRA_LIBS =
|
||||
# List of extra program dependencies.
|
||||
SIM_EXTRA_LIBDEPS =
|
||||
# Dependency of `install' to install any extra files.
|
||||
SIM_EXTRA_INSTALL =
|
||||
# Dependency of `clean' to clean any extra files.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2021-02-28 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* Make-common.in (SIM_EXTRA_LIBDEPS): Delete.
|
||||
(LIBDEPS): Delete $(SIM_EXTRA_LIBDEPS).
|
||||
|
||||
2021-02-27 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* Make-common.in (SIM_EXTRA_ALL): Delete.
|
||||
|
@ -124,8 +124,6 @@ SIM_EXTRA_DEPS =
|
||||
SIM_EXTRA_CFLAGS =
|
||||
# List of extra libraries to link with.
|
||||
SIM_EXTRA_LIBS =
|
||||
# List of extra program dependencies.
|
||||
SIM_EXTRA_LIBDEPS =
|
||||
# List of main object files for `run'.
|
||||
SIM_RUN_OBJS = nrun.o
|
||||
# Dependency of `install' to install any extra files.
|
||||
@ -244,8 +242,7 @@ OPCODES_LIB = ../../opcodes/libopcodes.a
|
||||
LIBINTL = @LIBINTL@
|
||||
LIBINTL_DEP = @LIBINTL_DEP@
|
||||
CONFIG_LIBS = @LIBS@ $(ZLIB)
|
||||
LIBDEPS = $(BFD_LIB) $(OPCODES_LIB) $(LIBINTL_DEP) $(LIBIBERTY_LIB) \
|
||||
$(SIM_EXTRA_LIBDEPS)
|
||||
LIBDEPS = $(BFD_LIB) $(OPCODES_LIB) $(LIBINTL_DEP) $(LIBIBERTY_LIB)
|
||||
EXTRA_LIBS = $(BFD_LIB) $(OPCODES_LIB) $(LIBINTL) $(LIBIBERTY_LIB) \
|
||||
$(CONFIG_LIBS) $(SIM_EXTRA_LIBS) $(LIBDL)
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
2021-02-28 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* Makefile.in (SIM_EXTRA_LIBDEPS): Delete.
|
||||
|
||||
2021-02-27 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* Makefile.in (SIM_EXTRA_ALL): Delete.
|
||||
|
@ -36,8 +36,6 @@ SIM_EXTRA_DEPS =
|
||||
SIM_EXTRA_CFLAGS =
|
||||
# List of extra libraries to link with.
|
||||
SIM_EXTRA_LIBS =
|
||||
# List of extra program dependencies.
|
||||
SIM_EXTRA_LIBDEPS =
|
||||
# Dependency of `install' to install any extra files.
|
||||
SIM_EXTRA_INSTALL =
|
||||
# Dependency of `clean' to clean any extra files.
|
||||
|
Loading…
x
Reference in New Issue
Block a user