diff options
author | Nathan Binkert <nate@binkert.org> | 2009-01-13 14:17:50 -0800 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2009-01-13 14:17:50 -0800 |
commit | 8153790d0004439f8e9d473da97699644234117b (patch) | |
tree | a9fca286e926af4be9de39894d8dd168c80cd85f /src/arch/mips | |
parent | 758d6ccf1f54ca20bec12598957fc1bcfa8a7ffb (diff) | |
download | gem5-8153790d0004439f8e9d473da97699644234117b.tar.xz |
SCons: centralize the Dir() workaround for newer versions of scons.
Scons bug id: 2006 M5 Bug id: 308
Diffstat (limited to 'src/arch/mips')
-rw-r--r-- | src/arch/mips/SConscript | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/arch/mips/SConscript b/src/arch/mips/SConscript index 0368e68bc..0b470def6 100644 --- a/src/arch/mips/SConscript +++ b/src/arch/mips/SConscript @@ -33,9 +33,6 @@ Import('*') if env['TARGET_ISA'] == 'mips': -# Workaround for bug in SCons version > 0.97d20071212 -# Scons bug id: 2006 M5 Bug id: 308 - Dir('isa/formats') Source('faults.cc') Source('regfile/int_regfile.cc') Source('regfile/float_regfile.cc') |