Lines Matching full:universal
43 Create a universal binary build of Python. This can be used with both
56 See the section _`Building and using a universal binary of Python on Mac OS X`
59 * ``--with-universal-archs=VALUE``
61 Specify the kind of universal binary that should be created. This option is
67 Building and using a universal binary of Python on Mac OS X
70 1. What is a universal binary
73 A universal binary build of Python contains object code for more than one
74 CPU architecture. A universal OS X executable file or library combines the
76 speed on all supported architectures. Universal files were introduced in
82 2. How do I build a universal binary
85 You can enable universal binaries by specifying the "--enable-universalsdk"
93 unix build. Universal builds were first supported with OS X 10.4 with Xcode 2.1
97 In general, universal builds depend on specific features provided by the
104 2.1 Flavors of universal binaries
107 It is possible to build a number of flavors of the universal binary build,
112 using the configure option ``--with-universal-archs=VALUE``. The following
127 To build a universal binary that includes a 64-bit architecture, you must build
133 following combinations of SDKs and universal-archs flavors are available:
148 binaries when the universal architecture includes at least one 32-bit
290 The script will build a universal binary so you'll therefore have to run this
326 This almost always means you are trying to build a universal binary for