* common/Make-common.in (CPU_DIR): Define.
[deliverable/binutils-gdb.git] / sim / common / Make-common.in
index 46feef1d330470bd6e30818b3165c0a4d8c515c1..b6b05a40a8ce9d306bd232e76aed9843c4ceaa98 100644 (file)
@@ -694,6 +694,9 @@ CGEN = "`if [ -f ../../guile/libguile/guile ]; then echo ../../guile/libguile/gu
 CGENFLAGS = -v
 CGEN_CPU_DIR = $(CGENDIR)/cpu
 
+# Most ports use the files here instead of cgen/cpu.
+CPU_DIR = $(srcroot)/cpu
+
 CGEN_READ_SCM = $(CGENDIR)/sim.scm
 CGEN_ARCH_SCM = $(CGENDIR)/sim-arch.scm
 CGEN_CPU_SCM = $(CGENDIR)/sim-cpu.scm $(CGENDIR)/sim-model.scm
This page took 0.023155 seconds and 4 git commands to generate.