X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=sim%2Ffrv%2FMakefile.in;h=63d18df31b6a56a194cdf9d04928bafe0e90fd56;hb=68ed2854284d415a71efd856a40343f550881ede;hp=d3d3a549d96110262b25f8d36ab996e29cf929ce;hpb=4744ac1bb0d2f2294c7762577262fdcafb67883b;p=binutils-gdb.git diff --git a/sim/frv/Makefile.in b/sim/frv/Makefile.in index d3d3a549d96..63d18df31b6 100644 --- a/sim/frv/Makefile.in +++ b/sim/frv/Makefile.in @@ -1,6 +1,5 @@ # Makefile template for Configure for the frv simulator -# Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007 -# Free Software Foundation, Inc. +# Copyright (C) 1998-2021 Free Software Foundation, Inc. # Contributed by Red Hat. # # This program is free software; you can redistribute it and/or modify @@ -20,24 +19,15 @@ FRV_OBJS = frv.o cpu.o decode.o sem.o model.o mloop.o cgen-par.o -CONFIG_DEVICES = dv-sockser.o -CONFIG_DEVICES = - SIM_OBJS = \ $(SIM_NEW_COMMON_OBJS) \ - sim-cpu.o \ - sim-hload.o \ - sim-hrw.o \ - sim-model.o \ - sim-reg.o \ cgen-utils.o cgen-trace.o cgen-scache.o cgen-fpu.o cgen-accfp.o \ - cgen-run.o sim-reason.o sim-engine.o sim-stop.o \ + cgen-run.o \ sim-if.o arch.o \ $(FRV_OBJS) \ traps.o interrupts.o memory.o cache.o pipeline.o \ profile.o profile-fr400.o profile-fr450.o profile-fr500.o profile-fr550.o options.o \ - devices.o reset.o registers.o \ - $(CONFIG_DEVICES) + reset.o registers.o # Extra headers included by sim-main.h. SIM_EXTRA_DEPS = \ @@ -48,7 +38,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. @@ -89,7 +78,7 @@ sim-if.o: sim-if.c $(FRVBF_INCLUDE_DEPS) $(srcdir)/../common/sim-core.h eng.h # FIXME: Use of `mono' is wip. mloop.c eng.h: stamp-mloop stamp-mloop: $(srcdir)/../common/genmloop.sh mloop.in Makefile - $(SHELL) $(srccom)/genmloop.sh \ + $(SHELL) $(srccom)/genmloop.sh -shell $(SHELL) \ -mono -scache -parallel-generic-write -parallel-only \ -cpu frvbf -infile $(srcdir)/mloop.in $(SHELL) $(srcroot)/move-if-change eng.hin eng.h