diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2006-02-28 06:13:35 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2006-02-28 06:13:35 -0500 |
commit | f7360d5bca61baf4539698faf08fc36113c4fb33 (patch) | |
tree | 1551252d2ea703d26c39eddcd21e752eb94a148c /arch/SConscript | |
parent | 299efffaf5eb5fb55b2109a643e1e0e985f89ce6 (diff) | |
parent | d207168eda13483a2990cdf060c1a7ead42cc9da (diff) | |
download | gem5-f7360d5bca61baf4539698faf08fc36113c4fb33.tar.xz |
Merge gblack@m5.eecs.umich.edu:/bk/multiarch
into ewok.(none):/home/gblack/m5/multiarch
--HG--
extra : convert_revision : 0b3ffc0605c9043d7f5bf6c15f4a3c68846a732a
Diffstat (limited to 'arch/SConscript')
-rw-r--r-- | arch/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/SConscript b/arch/SConscript index c62e45763..5783b39dd 100644 --- a/arch/SConscript +++ b/arch/SConscript @@ -80,7 +80,7 @@ def gen_switch_hdr_string(target, source, env): return "Generating ISA switch header " + str(target[0]) # Build SCons Action object. 'varlist' specifies env vars that this -# action depdnds on; when env['ALL_ISA_LIST'] changes these actions +# action depends on; when env['ALL_ISA_LIST'] changes these actions # should get re-executed. switch_hdr_action = Action(gen_switch_hdr, gen_switch_hdr_string, varlist=['ALL_ISA_LIST']) |