summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/tests/test_unixccompiler.py
Commit message (Collapse)AuthorAgeFilesLines
* reverting partially distutils to its 2.6.x state so 2.7a4 looks more like ↵Tarek Ziadé2010-03-051-4/+4
| | | | the 2.7b1 in this. the whole revert will occur after a4 is tagged
* taking sysconfig out of distutilsTarek Ziadé2010-01-231-1/+1
|
* Fixed #7617: all flavors of gcc should be recognized nowTarek Ziadé2010-01-081-0/+12
|
* Issue #6163: Fixed HP-UX runtime library dir options in distutils.unixcompilerTarek Ziadé2009-09-091-1/+17
|
* Fixed #6164 AIX specific linker argument in Distutils unixcompilerTarek Ziadé2009-06-201-0/+8
|
* Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to ↵Tarek Ziadé2009-05-091-0/+93
extension modules with RPATH if GNU ld is used