diff options
author | lloyd <[email protected]> | 2010-07-09 19:16:20 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-07-09 19:16:20 +0000 |
commit | a2775c5bd9f6979da3e1981cdb1dec250e274fea (patch) | |
tree | 8738f30bf72b178ed5fc9a2592c55b1c46ba1f1d /src | |
parent | 82ae680d8887ce34c7ade3ffeb85c9f7ac07e812 (diff) |
Drop support for running configure with Python 2.4. This allows
removing several workarounds for limitations in optparse in that
release, and also allows using the ternary operator added in 2.5.
As far as I can tell, the only still active release of any Linux/BSD
distro that uses 2.4 is RHEL5. The beta of RHEL6 has 2.6, and it seems
likely that RHEL6 will be out before 1.10.0.
Diffstat (limited to 'src')
-rw-r--r-- | src/build-data/cc/gcc.txt | 2 | ||||
-rw-r--r-- | src/build-data/cc/icc.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/build-data/cc/gcc.txt b/src/build-data/cc/gcc.txt index 06840b362..700ee0164 100644 --- a/src/build-data/cc/gcc.txt +++ b/src/build-data/cc/gcc.txt @@ -2,7 +2,7 @@ macro_name GCC binary_name g++ -compiler_has_tr1 yes +has_tr1 yes compile_option "-c " output_to_option "-o " diff --git a/src/build-data/cc/icc.txt b/src/build-data/cc/icc.txt index ea7936870..e8d14c581 100644 --- a/src/build-data/cc/icc.txt +++ b/src/build-data/cc/icc.txt @@ -2,7 +2,7 @@ macro_name INTEL binary_name icpc -compiler_has_tr1 yes +has_tr1 yes compile_option "-c " output_to_option "-o " |