diff options
Diffstat (limited to 'sim/common')
-rw-r--r-- | sim/common/ChangeLog | 4 | ||||
-rw-r--r-- | sim/common/Make-common.in | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 6093583..98f96d4 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,7 @@ +2009-07-07 Doug Evans <dje@sebabeach.org> + + * Make-common.in (CPU_DIR): Define. + 2009-07-06 Doug Evans <dje@sebabeach.org> * Make-common.in (CGEN_CPU_EXTR,CGEN_CPU_READ): Pass canonical diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in index 46feef1..b6b05a4 100644 --- a/sim/common/Make-common.in +++ b/sim/common/Make-common.in @@ -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 |