diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-11-03 20:26:01 +0700 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-11-04 13:58:42 +0700 |
commit | 9146585a05aa162e57d13bd2264f7dc84117c40d (patch) | |
tree | 5536cff656d0cb2058f4b2e43f77c59548c9af2a /sim/frv | |
parent | c55c1f6e9d7bcc400bc23a0e29ac9e2681ed4c31 (diff) | |
download | binutils-9146585a05aa162e57d13bd2264f7dc84117c40d.zip binutils-9146585a05aa162e57d13bd2264f7dc84117c40d.tar.gz binutils-9146585a05aa162e57d13bd2264f7dc84117c40d.tar.bz2 |
sim: build: remove various obsolete generation dep variables
These manual settings were necessary when we weren't doing automatic
header dependency tracking. That was changed a while ago, and we use
automake now to do it all for us. As a result, many of these vars
aren't even referenced anymore.
Further, some of the source file generation (e.g. .c files, or igen,
or cgen outputs) were moved to the common automake build, and it takes
care of dependency tracking for us with the object files.
Diffstat (limited to 'sim/frv')
-rw-r--r-- | sim/frv/Makefile.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sim/frv/Makefile.in b/sim/frv/Makefile.in index effd036..3d0646f 100644 --- a/sim/frv/Makefile.in +++ b/sim/frv/Makefile.in @@ -29,13 +29,6 @@ SIM_OBJS = \ profile.o profile-fr400.o profile-fr450.o profile-fr500.o profile-fr550.o options.o \ reset.o registers.o -# Extra headers included by sim-main.h. -SIM_EXTRA_DEPS = \ - $(CGEN_INCLUDE_DEPS) \ - arch.h cpuall.h frv-sim.h $(srcdir)/../../opcodes/frv-desc.h cache.h \ - registers.h profile.h eng.h \ - $(sim-options_h) - SIM_EXTRA_CFLAGS = @SIM_FRV_TRAPDUMP_FLAGS@ SIM_EXTRA_CLEAN = frv-clean @@ -47,13 +40,6 @@ memory.o sem.o: SIM_WERROR_CFLAGS = arch = frv -# FRV objs - -FRVBF_INCLUDE_DEPS = \ - $(CGEN_MAIN_CPU_DEPS) \ - $(SIM_EXTRA_DEPS) \ - cpu.h decode.h eng.h - frv-clean: rm -f tmp-* rm -f stamp-arch stamp-cpu |