aboutsummaryrefslogtreecommitdiff
path: root/sim/frv/Makefile.in
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2003-09-08 17:25:35 +0000
committerDave Brolley <brolley@redhat.com>2003-09-08 17:25:35 +0000
commitd89a78b651379c57d0e866ed30a4ca7734037c74 (patch)
tree86a5a4684d04133e5926afb28d9824fef2803248 /sim/frv/Makefile.in
parentea52ff81ba88d9490d4fa765b922c764ab4c6f4a (diff)
downloadfsf-binutils-gdb-d89a78b651379c57d0e866ed30a4ca7734037c74.zip
fsf-binutils-gdb-d89a78b651379c57d0e866ed30a4ca7734037c74.tar.gz
fsf-binutils-gdb-d89a78b651379c57d0e866ed30a4ca7734037c74.tar.bz2
2003-09-08 Dave Brolley <brolley@redhat.com>
On behalf of Doug Evans <dje@sebabeach.org> * Makefile.in (stamp-arch,stamp-cpu): Pass archfile to cgen. Remove copying of .cpu file to cgen/cpu, no longer needed.
Diffstat (limited to 'sim/frv/Makefile.in')
-rw-r--r--sim/frv/Makefile.in8
1 files changed, 2 insertions, 6 deletions
diff --git a/sim/frv/Makefile.in b/sim/frv/Makefile.in
index f01d421..e936c88 100644
--- a/sim/frv/Makefile.in
+++ b/sim/frv/Makefile.in
@@ -111,23 +111,19 @@ CGEN_MAINT = ; @true
@CGEN_MAINT@CGEN_MAINT =
stamp-arch: $(CGEN_READ_SCM) $(CGEN_ARCH_SCM) $(srcdir)/../../cpu/frv.cpu
- cp -fp $(srcdir)/../../cpu/frv.cpu $(CGEN_CPU_DIR)/frv.cpu
$(MAKE) cgen-arch $(CGEN_FLAGS_TO_PASS) mach=all \
+ archfile=$(srcdir)/../../cpu/frv.cpu \
FLAGS="with-scache"
- rm -f $(CGEN_CPU_DIR)/frv.cpu
touch stamp-arch
arch.h arch.c cpuall.h: $(CGEN_MAINT) stamp-arch
# @true
-# .cpu and .opc files for frv are kept in a different directory, but cgen has no switch to specify that location, so
-# copy those file to the regular place.
stamp-cpu: $(CGEN_READ_SCM) $(CGEN_CPU_SCM) $(CGEN_DECODE_SCM) $(srcdir)/../../cpu/frv.cpu
- cp -fp $(srcdir)/../../cpu/frv.cpu $(CGEN_CPU_DIR)/frv.cpu
$(MAKE) cgen-cpu-decode $(CGEN_FLAGS_TO_PASS) \
cpu=frvbf mach=frv,fr500,fr400,tomcat,simple SUFFIX= \
+ archfile=$(srcdir)/../../cpu/frv.cpu \
FLAGS="with-scache with-profile=fn with-generic-write with-parallel-only" \
EXTRAFILES="$(CGEN_CPU_SEM)"
- rm -f $(CGEN_CPU_DIR)/frv.cpu
touch stamp-cpu
cpu.h sem.c model.c decode.c decode.h: $(CGEN_MAINT) stamp-cpu
# @true