summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/aixcc.py
Commit message (Collapse)AuthorAgeFilesLines
* The _r in AIX xlc_r means reentrant, not relocatable.Michael Haubenwallner2014-05-151-9/+9
| | | | | | | | | 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.
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
|
* Fixes for the AIX C and C++ Tool specifications. (Vincent Risi)Steven Knight2003-11-031-2/+2
|
* Support for additional UNIX variants: (Christian Engel)Steven Knight2003-08-241-10/+28
|
* Implement tool chains for AIX, SunOS, and HP-UX. (Steve Leblanc)Steven Knight2003-04-241-0/+50