diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2008-04-10 15:38:10 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2008-04-10 15:38:10 -0400 |
commit | 8af6dc118c28a0d24315290e136204c50f1d6d8a (patch) | |
tree | 8ed84e0165751e536d1c8e1fd24707cc80c7c802 /src/cpu | |
parent | fe12f3835354e62aca078789f4b07470f35396a2 (diff) | |
download | gem5-8af6dc118c28a0d24315290e136204c50f1d6d8a.tar.xz |
SCons: add comments to SConscript documenting bug workaround
--HG--
extra : convert_revision : e6cdffe953d56b96c76c7ff14d2dcc3de3ccfcc3
Diffstat (limited to 'src/cpu')
-rw-r--r-- | src/cpu/SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cpu/SConscript b/src/cpu/SConscript index 2abddef22..c6a959d9d 100644 --- a/src/cpu/SConscript +++ b/src/cpu/SConscript @@ -148,6 +148,8 @@ if env['USE_CHECKER']: print i, print ", please set USE_CHECKER=False or use one of those CPU models" Exit(1) +# Workaround for bug in SCons version > 0.97d20071212 +# Scons bug id: 2006 M5 Bug id: 308 else: Dir('checker') |