projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e758c1f
)
Be sure to include the EIO sources as well so we can run regression tests.
author
Kevin Lim
<ktlim@umich.edu>
Wed, 12 Jul 2006 21:20:01 +0000
(17:20 -0400)
committer
Kevin Lim
<ktlim@umich.edu>
Wed, 12 Jul 2006 21:20:01 +0000
(17:20 -0400)
src/SConscript:
It's no longer "ALPHA_ISA". I don't think we meant to leave out the EIO sources.
--HG--
extra : convert_revision :
1ca63ffb571d9021f1ced0bf0df1816b0b798edc
src/SConscript
patch
|
blob
|
history
diff --git
a/src/SConscript
b/src/SConscript
index 9825cafe7bf8923e516c9dfb93f92299a8ddf18e..10faf5aaf6966a6bde4126b83e6da737834d0b6a 100644
(file)
--- a/
src/SConscript
+++ b/
src/SConscript
@@
-298,7
+298,7
@@
alpha_eio_sources = Split('''
encumbered/eio/eio.cc
''')
-if env['TARGET_ISA'] == '
ALPHA_ISA
':
+if env['TARGET_ISA'] == '
alpha
':
syscall_emulation_sources += alpha_eio_sources
memtest_sources = Split('''