From 465fb143c87076b6416a8d0d5dd79bb016060fe3 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 19 Feb 2015 03:46:01 -0500 Subject: sim: make nrun the default run program We want people to stop using the run.c frontend, but it's hard to notice when it's still set as the default. Lets flip things so nrun.c is the default, and users of run.c will get an error by default. We turn that error into a warning for existing sims so we don't break them -- this is mostly meant for people starting new ports. --- sim/frv/ChangeLog | 4 ++++ sim/frv/Makefile.in | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'sim/frv') diff --git a/sim/frv/ChangeLog b/sim/frv/ChangeLog index d83bb8d..d54bb94 100644 --- a/sim/frv/ChangeLog +++ b/sim/frv/ChangeLog @@ -1,3 +1,7 @@ +2015-03-14 Mike Frysinger + + * Makefile.in (SIM_RUN_OBJS): Delete. + 2014-08-23 Hans-Peter Nilsson * configure.ac: Default simulator hardware to off again. Remove diff --git a/sim/frv/Makefile.in b/sim/frv/Makefile.in index ea34bf2..2c1503b 100644 --- a/sim/frv/Makefile.in +++ b/sim/frv/Makefile.in @@ -43,7 +43,6 @@ SIM_EXTRA_DEPS = \ SIM_EXTRA_CFLAGS = @sim_trapdump@ -SIM_RUN_OBJS = nrun.o SIM_EXTRA_CLEAN = frv-clean # This selects the frv newlib/libgloss syscall definitions. -- cgit v1.1