summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/aixc++.py
Commit message (Collapse)AuthorAgeFilesLines
* - removed superfluous method "smart_cxxflags" in AIX tool (fixes #2160)Dirk Baechle2014-05-191-6/+0
|
* The _r in AIX xlc_r means reentrant, not relocatable.Michael Haubenwallner2014-05-151-10/+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
|
* Remove build engine dependencies on SCons.Script. Fix a misspelled variable ↵Steven Knight2005-01-081-2/+1
| | | | name.
* Change the copyright statement to reflect ownership by the foundation. Add ↵Steven Knight2004-07-301-1/+25
| | | | and fix statements where needed. Update scripts accordingly.
* 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-0/+53