diff options
Diffstat (limited to 'sim/moxie')
-rw-r--r-- | sim/moxie/ChangeLog | 4 | ||||
-rw-r--r-- | sim/moxie/Makefile.in | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/sim/moxie/ChangeLog b/sim/moxie/ChangeLog index 9f6cfde..40fa592 100644 --- a/sim/moxie/ChangeLog +++ b/sim/moxie/ChangeLog @@ -1,3 +1,7 @@ +2015-11-15 Mike Frysinger <vapier@gentoo.org> + + * Makefile.in (SIM_OBJS): Delete sim-reason.o and sim-stop.o. + 2015-11-14 Mike Frysinger <vapier@gentoo.org> * interp.c (sim_close): Delete. diff --git a/sim/moxie/Makefile.in b/sim/moxie/Makefile.in index 21dfe01..2d605f5 100644 --- a/sim/moxie/Makefile.in +++ b/sim/moxie/Makefile.in @@ -23,9 +23,7 @@ SIM_OBJS = \ $(SIM_NEW_COMMON_OBJS) \ interp.o \ sim-hload.o \ - sim-reason.o \ - sim-resume.o \ - sim-stop.o + sim-resume.o SIM_EXTRA_LIBS = -lm -lz SIM_EXTRA_INSTALL = install-dtb |