sim: README-HACKING: clean up stale run references

The run.c interface was deleted long ago and everyone moved to nrun.c
(which is also the default), so no one needs to declare this anymore.
This commit is contained in:
Mike Frysinger 2021-01-12 04:04:08 -05:00
parent f220ef633c
commit 68895f7d7e
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2021-01-12 Mike Frysinger <vapier@gentoo.org>
* README-HACKING (SIM_RUN_OBJS): Delete.
2021-01-09 Mike Frysinger <vapier@gentoo.org>
* MAINTAINERS (sh64): Move to past maintainers.

View File

@ -85,8 +85,6 @@ SIM_EXTRA_CFLAGS =
SIM_EXTRA_LIBS =
# List of extra program dependencies.
SIM_EXTRA_LIBDEPS =
# List of main object files for `run'.
SIM_RUN_OBJS = run.o
# Dependency of `all' to build any extra files.
SIM_EXTRA_ALL =
# Dependency of `install' to install any extra files.