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/mn10300/ChangeLog | 4 ++++ sim/mn10300/Makefile.in | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'sim/mn10300') diff --git a/sim/mn10300/ChangeLog b/sim/mn10300/ChangeLog index db879f4..b4d84aa 100644 --- a/sim/mn10300/ChangeLog +++ b/sim/mn10300/ChangeLog @@ -1,5 +1,9 @@ 2015-03-14 Mike Frysinger + * Makefile.in (SIM_RUN_OBJS): Delete. + +2015-03-14 Mike Frysinger + * configure.ac (AC_CHECK_HEADERS): Delete unistd.h & stdlib.h & string.h & strings.h & time.h. * aclocal.m4, configure: Regenerate. diff --git a/sim/mn10300/Makefile.in b/sim/mn10300/Makefile.in index c94e531..55b0a3f 100644 --- a/sim/mn10300/Makefile.in +++ b/sim/mn10300/Makefile.in @@ -31,9 +31,6 @@ MN10300_OBJS = \ SIM_OBJS = $(MN10300_OBJS) interp.o -# List of main object files for `run'. -SIM_RUN_OBJS = nrun.o - SIM_EXTRA_CLEAN = clean-igen # Extra dependencies for "sim-main.h" SIM_EXTRA_DEPS = mn10300_sim.h itable.h idecode.h -- cgit v1.1