Staging
v0.8.1
https://github.com/python/cpython
Revision fcaf910a1fe9739afcf3be41ac2db31e8286c40f authored by Georg Brandl on 16 July 2008, 02:17:56 UTC, committed by Georg Brandl on 16 July 2008, 02:17:56 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r63955 | ronald.oussoren | 2008-06-05 14:58:24 +0200 (Thu, 05 Jun 2008) | 20 lines

  MacOS X: Enable 4-way universal builds

  This patch adds a new configure argument on OSX:
          --with-universal-archs=[32-bit|64-bit|all]

  When used with the --enable-universalsdk option this controls which
  CPU architectures are includes in the framework. The default is 32-bit,
  meaning i386 and ppc. The most useful alternative is 'all', which includes
  all 4 CPU architectures supported by MacOS X (i386, ppc, x86_64 and ppc64).

  This includes limited support for the Carbon bindings in 64-bit mode as well,
  limited because (a) I haven't done extensive testing and (b) a large portion
  of the Carbon API's aren't available in 64-bit mode anyway.

  I've also duplicated a feature of Apple's build of python: setting the
  environment variable 'ARCHFLAGS' controls the '-arch' flags used for building
  extensions using distutils.
........
1 parent 26adf52
History
Tip revision: fcaf910a1fe9739afcf3be41ac2db31e8286c40f authored by Georg Brandl on 16 July 2008, 02:17:56 UTC
Merged revisions 63955 via svnmerge from
Tip revision: fcaf910
File Mode Size
stringlib
abstract.c -rw-r--r-- 59.1 KB
boolobject.c -rw-r--r-- 4.3 KB
bytearrayobject.c -rw-r--r-- 94.9 KB
bytes_methods.c -rw-r--r-- 15.7 KB
bytesobject.c -rw-r--r-- 83.2 KB
cellobject.c -rw-r--r-- 2.8 KB
classobject.c -rw-r--r-- 14.5 KB
cobject.c -rw-r--r-- 3.9 KB
codeobject.c -rw-r--r-- 17.5 KB
complexobject.c -rw-r--r-- 25.3 KB
descrobject.c -rw-r--r-- 32.6 KB
dictnotes.txt -rw-r--r-- 11.9 KB
dictobject.c -rw-r--r-- 70.7 KB
enumobject.c -rw-r--r-- 9.7 KB
exceptions.c -rw-r--r-- 54.3 KB
fileobject.c -rw-r--r-- 11.8 KB
floatobject.c -rw-r--r-- 46.5 KB
frameobject.c -rw-r--r-- 25.9 KB
funcobject.c -rw-r--r-- 23.4 KB
genobject.c -rw-r--r-- 10.1 KB
iterobject.c -rw-r--r-- 5.2 KB
listobject.c -rw-r--r-- 66.7 KB
listsort.txt -rw-r--r-- 31.0 KB
longobject.c -rw-r--r-- 95.3 KB
memoryobject.c -rw-r--r-- 17.5 KB
methodobject.c -rw-r--r-- 6.9 KB
moduleobject.c -rw-r--r-- 9.8 KB
object.c -rw-r--r-- 42.1 KB
obmalloc.c -rw-r--r-- 56.8 KB
rangeobject.c -rw-r--r-- 19.2 KB
setobject.c -rw-r--r-- 57.0 KB
sliceobject.c -rw-r--r-- 8.7 KB
structseq.c -rw-r--r-- 12.4 KB
tupleobject.c -rw-r--r-- 22.1 KB
typeobject.c -rw-r--r-- 162.6 KB
unicodectype.c -rw-r--r-- 17.1 KB
unicodeobject.c -rw-r--r-- 253.9 KB
unicodetype_db.h -rw-r--r-- 92.3 KB
weakrefobject.c -rw-r--r-- 28.6 KB

back to top