Changes between Version 2 and Version 3 of bgpdistutils
- Timestamp:
- 02/25/09 20:43:21 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
bgpdistutils
v2 v3 13 13 Unfortunately, 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. 14 14 15 I added a module to Lib/distutilsin the Python source tree, called {{{mpixlccompiler.py}}}, which started out as a copy of {{{unixcompiler.py}}}: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}}}: 16 16 {{{ 17 17 """distutils.mpixlccompiler