diff options
author | Steve Reinhardt <steve.reinhardt@amd.com> | 2012-04-23 09:25:16 -0700 |
---|---|---|
committer | Steve Reinhardt <steve.reinhardt@amd.com> | 2012-04-23 09:25:16 -0700 |
commit | 867ff2b5f1e5643dc8bc95f48f0508d26445b507 (patch) | |
tree | 2f7e3ed5d46f388111d5ae5b2fd3f4f4668758ab /SConstruct | |
parent | 80c6cdae1879e0f6922cc12af5953084154da781 (diff) | |
download | gem5-867ff2b5f1e5643dc8bc95f48f0508d26445b507.tar.xz |
scons: update minimum SWIG version to 1.3.34
We should try to keep this synced with the wiki
(which I also just updated, but which was
previously inconsistent).
Diffstat (limited to 'SConstruct')
-rwxr-xr-x | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index a45a6e63f..8bfc41951 100755 --- 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] |