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/bfin/ChangeLog | 4 ++++ sim/bfin/Makefile.in | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'sim/bfin') diff --git a/sim/bfin/ChangeLog b/sim/bfin/ChangeLog index 649cb6e..764bad2 100644 --- a/sim/bfin/ChangeLog +++ b/sim/bfin/ChangeLog @@ -1,3 +1,7 @@ +2015-03-14 Mike Frysinger + + * Makefile.in (SIM_RUN_OBJS): Delete. + 2015-03-10 Mike Frysinger PR sim/13160 diff --git a/sim/bfin/Makefile.in b/sim/bfin/Makefile.in index 941ffea..1bf0772 100644 --- a/sim/bfin/Makefile.in +++ b/sim/bfin/Makefile.in @@ -20,9 +20,6 @@ NL_TARGET = -DNL_TARGET_bfin ## COMMON_PRE_CONFIG_FRAG -# List of main object files for `run'. -SIM_RUN_OBJS = nrun.o - SIM_OBJS = \ $(SIM_NEW_COMMON_OBJS) \ bfin-sim.o \ -- cgit v1.1