SCons: add comments to SConscript documenting bug workaround
authorAli Saidi <saidi@eecs.umich.edu>
Thu, 10 Apr 2008 19:38:10 +0000 (15:38 -0400)
committerAli Saidi <saidi@eecs.umich.edu>
Thu, 10 Apr 2008 19:38:10 +0000 (15:38 -0400)
--HG--
extra : convert_revision : e6cdffe953d56b96c76c7ff14d2dcc3de3ccfcc3

src/cpu/SConscript
src/mem/SConscript

index 2abddef22c982caa7f28390d3955c809cd7571d4..c6a959d9d01a8405cc9fb6097156ceaf1c2e3172 100644 (file)
@@ -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')
 
index 0fdf9f9bb65299356a41e37add6928061a04c03a..d391fbd5c0ff17e1ecb9d5029c14ded2e09559e8 100644 (file)
@@ -35,6 +35,8 @@ SimObject('Bus.py')
 SimObject('PhysicalMemory.py')
 SimObject('MemObject.py')
 
+# Workaround for bug in SCons version > 0.97d20071212
+# Scons bug id: 2006 M5 Bug id: 308
 Dir('config')
 
 Source('bridge.cc')