diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2004-07-20 14:37:48 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2004-07-20 14:37:48 (GMT) |
commit | 13e50fe45349c89325aeba460ef2d9e0efaca27c (patch) | |
tree | 766e90788032abe3dcf9ae656d9c7eff0077e3f9 /PCbuild/readme.txt | |
parent | 4d0bddfee66383e746a79d60cd64e40fc1ab1df7 (diff) | |
download | cpython-13e50fe45349c89325aeba460ef2d9e0efaca27c.zip cpython-13e50fe45349c89325aeba460ef2d9e0efaca27c.tar.gz cpython-13e50fe45349c89325aeba460ef2d9e0efaca27c.tar.bz2 |
Add Itanium targets.
Diffstat (limited to 'PCbuild/readme.txt')
-rw-r--r-- | PCbuild/readme.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index f8257e3..80e5733 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -287,6 +287,21 @@ _ssl build_ssl.py/MSVC isn't clever enough to clean OpenSSL - you must do this by hand. +Building for Itanium +-------------------- + +The project files support a ReleaseItanium configuration which creates +Win64/Itanium binaries. For this to work, you need to install the Platform +SDK, in particular the 64-bit support. This includes an Itanium compiler +(future releases of the SDK likely include an AMD64 compiler as well). +In addition, you need the Visual Studio plugin for external C compilers, +from http://sf.net/projects/vsextcomp. The plugin will wrap cl.exe, to +locate the proper target compiler, and convert compiler options +accordingly. + +The Itanium build has seen little testing. The SDK compiler reports a lot +of warnings about conversion from size_t to int, which will be fixed in +future Python releases. YOUR OWN EXTENSION DLLs ----------------------- |