]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/frv/Makefile.in
sim: move -Werror disabling to Makefile
[thirdparty/binutils-gdb.git] / sim / frv / Makefile.in
CommitLineData
b34f6357 1# Makefile template for Configure for the frv simulator
3666a048 2# Copyright (C) 1998-2021 Free Software Foundation, Inc.
b34f6357
DB
3# Contributed by Red Hat.
4#
5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
4744ac1b 7# the Free Software Foundation; either version 3 of the License, or
b34f6357
DB
8# (at your option) any later version.
9#
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU General Public License for more details.
14#
4744ac1b
JB
15# You should have received a copy of the GNU General Public License
16# along with this program. If not, see <http://www.gnu.org/licenses/>.
b34f6357
DB
17
18## COMMON_PRE_CONFIG_FRAG
19
20FRV_OBJS = frv.o cpu.o decode.o sem.o model.o mloop.o cgen-par.o
21
b34f6357
DB
22SIM_OBJS = \
23 $(SIM_NEW_COMMON_OBJS) \
b34f6357 24 cgen-utils.o cgen-trace.o cgen-scache.o cgen-fpu.o cgen-accfp.o \
797eee42 25 cgen-run.o \
b34f6357
DB
26 sim-if.o arch.o \
27 $(FRV_OBJS) \
28 traps.o interrupts.o memory.o cache.o pipeline.o \
676a64f4 29 profile.o profile-fr400.o profile-fr450.o profile-fr500.o profile-fr550.o options.o \
20231457 30 reset.o registers.o
b34f6357
DB
31
32# Extra headers included by sim-main.h.
33SIM_EXTRA_DEPS = \
34 $(CGEN_INCLUDE_DEPS) \
35 arch.h cpuall.h frv-sim.h $(srcdir)/../../opcodes/frv-desc.h cache.h \
e7d8f1da 36 registers.h profile.h eng.h \
b34f6357
DB
37 $(sim-options_h)
38
39SIM_EXTRA_CFLAGS = @sim_trapdump@
40
b34f6357
DB
41SIM_EXTRA_CLEAN = frv-clean
42
982c3a65
MF
43# Code doesn't build cleanly yet.
44SIM_WERROR_CFLAGS =
45
b34f6357
DB
46## COMMON_POST_CONFIG_FRAG
47
48arch = frv
49
b34f6357
DB
50# FRV objs
51
52FRVBF_INCLUDE_DEPS = \
53 $(CGEN_MAIN_CPU_DEPS) \
54 $(SIM_EXTRA_DEPS) \
55 cpu.h decode.h eng.h
56
b34f6357
DB
57# FIXME: Use of `mono' is wip.
58mloop.c eng.h: stamp-mloop
59stamp-mloop: $(srcdir)/../common/genmloop.sh mloop.in Makefile
086c6838 60 $(SHELL) $(srccom)/genmloop.sh -shell $(SHELL) \
b34f6357
DB
61 -mono -scache -parallel-generic-write -parallel-only \
62 -cpu frvbf -infile $(srcdir)/mloop.in
63 $(SHELL) $(srcroot)/move-if-change eng.hin eng.h
64 $(SHELL) $(srcroot)/move-if-change mloop.cin mloop.c
65 touch stamp-mloop
b34f6357
DB
66
67frv-clean:
68 rm -f mloop.c eng.h stamp-mloop
69 rm -f tmp-*
70 rm -f stamp-arch stamp-cpu
71
72# cgen support, enable with --enable-cgen-maint
73CGEN_MAINT = ; @true
74# The following line is commented in or out depending upon --enable-cgen-maint.
75@CGEN_MAINT@CGEN_MAINT =
76
77stamp-arch: $(CGEN_READ_SCM) $(CGEN_ARCH_SCM) $(srcdir)/../../cpu/frv.cpu
b34f6357 78 $(MAKE) cgen-arch $(CGEN_FLAGS_TO_PASS) mach=all \
d89a78b6 79 archfile=$(srcdir)/../../cpu/frv.cpu \
b34f6357 80 FLAGS="with-scache"
b34f6357
DB
81 touch stamp-arch
82arch.h arch.c cpuall.h: $(CGEN_MAINT) stamp-arch
83# @true
84
b34f6357 85stamp-cpu: $(CGEN_READ_SCM) $(CGEN_CPU_SCM) $(CGEN_DECODE_SCM) $(srcdir)/../../cpu/frv.cpu
b34f6357 86 $(MAKE) cgen-cpu-decode $(CGEN_FLAGS_TO_PASS) \
676a64f4 87 cpu=frvbf mach=frv,fr550,fr500,fr450,fr400,tomcat,simple SUFFIX= \
d89a78b6 88 archfile=$(srcdir)/../../cpu/frv.cpu \
b34f6357
DB
89 FLAGS="with-scache with-profile=fn with-generic-write with-parallel-only" \
90 EXTRAFILES="$(CGEN_CPU_SEM)"
b34f6357
DB
91 touch stamp-cpu
92cpu.h sem.c model.c decode.c decode.h: $(CGEN_MAINT) stamp-cpu
93# @true