summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2008-04-08 11:08:26 -0400
committerAli Saidi <saidi@eecs.umich.edu>2008-04-08 11:08:26 -0400
commited27c4c52183d9527a0c123b9be84bbe968f4afa (patch)
tree6a7ece11798f1c8f67d142e317c10861b150d786 /SConstruct
parentbee4d454e84c12e96e7b929e5a9abefa2ae6746a (diff)
downloadgem5-ed27c4c52183d9527a0c123b9be84bbe968f4afa.tar.xz
SCons: Manually specifying header only directories with Dir() works around the problem
--HG-- extra : convert_revision : d9713228d934cf4a45114a972603b8bca2bd27d3
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 0 insertions, 3 deletions
diff --git a/SConstruct b/SConstruct
index f47618cf6..792cb7554 100644
--- a/SConstruct
+++ b/SConstruct
@@ -143,9 +143,6 @@ def CheckSCons(bad_ver_strs):
CheckSCons((
# We need a version that is 0.96.91 or newer
('0.0.0', '0.96.90'),
- # This range has a bug with linking directories into the build dir
- # that only have header files in them
- ('0.97.0d20071212', '0.98.0')
))