projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80c6cda
)
scons: update minimum SWIG version to 1.3.34
author
Steve Reinhardt
<steve.reinhardt@amd.com>
Mon, 23 Apr 2012 16:25:16 +0000
(09:25 -0700)
committer
Steve Reinhardt
<steve.reinhardt@amd.com>
Mon, 23 Apr 2012 16:25:16 +0000
(09:25 -0700)
We should try to keep this synced with the wiki
(which I also just updated, but which was
previously inconsistent).
SConstruct
patch
|
blob
|
history
diff --git
a/SConstruct
b/SConstruct
index a45a6e63f293a42b75dfbbb86a4d3746c9a482b8..8bfc41951e8fb3e327e097a39a843f37515787c4 100755
(executable)
--- a/
SConstruct
+++ b/
SConstruct
@@
-572,7
+572,7
@@
if len(swig_version) < 3 or \
print 'Error determining SWIG version.'
Exit(1)
-min_swig_version = '1.3.
28
'
+min_swig_version = '1.3.
34
'
if compareVersions(swig_version[2], min_swig_version) < 0:
print 'Error: SWIG version', min_swig_version, 'or newer required.'
print ' Installed version:', swig_version[2]