summaryrefslogtreecommitdiff
path: root/sim/common/Make-common.in
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2004-12-01 02:29:30 +0000
committerHans-Peter Nilsson <hp@axis.com>2004-12-01 02:29:30 +0000
commitcf2182e22ee4c4a40ec459238d28b91937e00a41 (patch)
tree9d410d392f25cd41e407a9df0f2688b251193387 /sim/common/Make-common.in
parent6c12025dad89554fdea7111e85db1f35ec537a6a (diff)
downloadgdb-cf2182e22ee4c4a40ec459238d28b91937e00a41.tar.gz
* cgen.sh: New thirteenth parameter opcfile, defaulting to
/dev/null. <case desc>: Pass -OPC opcfile. * Make-common.in (cgen-desc): Pass $(opcfile) as thirteenth parameter to cgen.sh.
Diffstat (limited to 'sim/common/Make-common.in')
-rw-r--r--sim/common/Make-common.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in
index 6ccf986103d..dbcc0ebe169 100644
--- a/sim/common/Make-common.in
+++ b/sim/common/Make-common.in
@@ -739,6 +739,6 @@ cgen-desc: force
$(SHELL) $(srccom)/cgen.sh desc $(srcdir) \
$(CGEN) $(CGENDIR) "$(CGENFLAGS)" \
$(arch) "$(FLAGS)" $(cpu) "$(isa)" $(mach) "$(SUFFIX)" \
- $(archfile) ignored
+ $(archfile) ignored $(opcfile)
## End COMMON_POST_CONFIG_FRAG