diff options
Diffstat (limited to 'sim/sh/Makefile.in')
-rw-r--r-- | sim/sh/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/sh/Makefile.in b/sim/sh/Makefile.in index b999e67..61422ab 100644 --- a/sim/sh/Makefile.in +++ b/sim/sh/Makefile.in @@ -17,6 +17,10 @@ ## COMMON_PRE_CONFIG_FRAG +# Use the deprecated run frontend until we migrate to nrun.o +SIM_RUN_OBJS = run.o +SIM_EXTRA_CFLAGS = -DSIM_USE_DEPRECATED_RUN_FRONTEND + SIM_OBJS = interp.o table.o sim-load.o SIM_EXTRA_LIBS = -lm SIM_EXTRA_CLEAN = sh-clean |