summaryrefslogtreecommitdiff
path: root/ext/libelf
diff options
context:
space:
mode:
authorNathan Binkert <nate@binkert.org>2009-02-09 20:10:14 -0800
committerNathan Binkert <nate@binkert.org>2009-02-09 20:10:14 -0800
commitdd6ea8797fdfbe00331a17ab3ffade10bbcbde1f (patch)
tree01f8abebf1a39a3ac7cfefde16dc935cada02966 /ext/libelf
parent9e268ae63fe61c2365447d0df6baa351751cacb7 (diff)
downloadgem5-dd6ea8797fdfbe00331a17ab3ffade10bbcbde1f.tar.xz
scons: Require SCons version 0.98.1
This allows me to clean things up so we are up to date with respect to deprecated features. There are many features scheduled for permanent failure in scons 2.0 and 0.98.1 provides the most compatability for that. It also paves the way for some nice new features that I will add soon
Diffstat (limited to 'ext/libelf')
-rw-r--r--ext/libelf/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/libelf/SConscript b/ext/libelf/SConscript
index 18d1100a4..5e3038317 100644
--- a/ext/libelf/SConscript
+++ b/ext/libelf/SConscript
@@ -87,7 +87,7 @@ ElfFile('libelf_convert.c')
ElfFile('libelf_fsize.c')
ElfFile('libelf_msize.c')
-m4env = env.Copy()
+m4env = env.Clone()
if env['GCC']:
major,minor,dot = [ int(x) for x in env['CXXVERSION'].split('.')]
if major >= 4: