From: Kevin Lim Date: Wed, 12 Jul 2006 21:20:01 +0000 (-0400) Subject: Be sure to include the EIO sources as well so we can run regression tests. X-Git-Tag: m5_2.0_beta1~64^2~14^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6f81ae5cade20f855831065e31355e11eb2b9182;p=gem5.git Be sure to include the EIO sources as well so we can run regression tests. 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 --- diff --git a/src/SConscript b/src/SConscript index 9825cafe7..10faf5aaf 100644 --- 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('''