summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Platform/aix.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged default branch into python3-port to keep it up to date.Gary Oberbrunner2014-08-231-12/+28
|\ | | | | | | | | Hand-updated a few things to keep them python3-safe, and handled several merge conflicts.
| * The _r in AIX xlc_r means reentrant, not relocatable.Michael Haubenwallner2014-05-151-12/+28
| | | | | | | | | | | | | | | | | | It does not make any sense to use 'xlc' for CC and 'xlc_r' for SHCC, as the '_r' does stand for 'reentrant' rather than 'relocatable' or similar. Avoid 'egrep' to parse the lslpp output, it's easy enough within python. Needs output streams of _subproc.dummyPopen to be iterable.
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-1/+1
|/
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-4/+3
| | | | | development. Note that this set of changes is NOT backward-compatible; the trunk no longer works with Python 1.5.2, 2.0, or 2.1.
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+5
|
* Fix C/C++ compiler choosing on AIX. (Bob Halley)Steven Knight2005-11-181-2/+5
|
* Add TempFileMunge support to AIX, Cygwin, HP-UX, Linux/UNIX and SunOS. ↵Steven Knight2005-03-101-0/+3
| | | | (Leanid Nazdrynau)
* Remove dead imports and other things found by PyChecker.Steven Knight2004-06-011-4/+1
|
* Support for additional UNIX variants: (Christian Engel)Steven Knight2003-08-241-0/+24
|
* Implement tool chains for AIX, SunOS, and HP-UX. (Steve Leblanc)Steven Knight2003-04-241-0/+38