Changes between Version 2 and Version 3 of bgpdistutils


Ignore:
Timestamp:
02/25/09 20:43:21 (14 years ago)
Author:
norris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • bgpdistutils

    v2 v3  
    1313Unfortunately, a regular Python distribution is pretty much useless for cross-compiling, in particular the distutils module contains almost no support for either IBM compilers or cross-compilation where the Python used to build the code is different from the runtime Python. 
    1414 
    15 I added a module to Lib/distutils in the Python source tree, called {{{mpixlccompiler.py}}}, which started out as a copy of {{{unixcompiler.py}}}: 
     15I added a module to {{{Lib/distutils}}} in the Python source tree, called {{{mpixlccompiler.py}}}, which started out as a copy of {{{unixcompiler.py}}}: 
    1616{{{ 
    1717"""distutils.mpixlccompiler