StdLib/Include/stdarg.h: Added the __va_copy macro for Python compatibility.

AppPkg/Applications/Python:  Deleted obsolete and incomplete PyMod-2.7.1.  Changes to enable compilation using GCC 4.4 on both Windows and Linux hosts.

Signed-off-by: daryl.mcdaniel@intel.com
Reviewed-by: jaben.carsey@intel.com


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13147 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
darylm503
2012-03-28 22:17:44 +00:00
parent 4adc12bfc3
commit 521527e0b6
13 changed files with 3644 additions and 5436 deletions

View File

@@ -19,6 +19,8 @@ packages within that distribution.
1) There is no input line editing. Backspace, ^C, etc. do not work.
2) All C extension modules must be statically linked (built in)
3) The site and os modules must exist as discrete files in ...\lib\python.27
4) User-specific configurations are not supported.
5) Environment variables are not supported.
3. Getting and Building the latest version of Python
======================================================