Lines Matching refs:universal
41 Create a universal binary build of Python. This can be used with both
56 * ``--with-universal-archs=VALUE``
58 Specify the kind of universal binary that should be created. This option is
61 to ``intel``. Note that ``intel`` means a universal build of both 32-bit
65 values for ``--with-universal-archs``:
67 ``--enable-universalsdk --with-universal-archs=intel-64``
72 Building and using a universal binary of Python on macOS
75 1. What is a universal binary
78 A universal binary build of Python contains object code for more than one
79 CPU architecture. A universal macOS executable file or library combines the
90 2. How do I build a universal binary
93 You can enable universal binaries by specifying the "--enable-universalsdk"
105 In general, universal builds depend on specific features provided by the
112 2.1 Flavors of universal binaries
115 It is possible to build a number of flavors of the universal binary build,
120 using the configure option ``--with-universal-archs=VALUE``. The following
139 To build a universal binary that includes a 64-bit architecture, you must build
145 following combinations of SDKs and universal-archs flavors are available:
163 binaries when the universal architecture includes at least one 32-bit
306 The script will build a universal binary so you'll therefore have to run this
341 This almost always means you are trying to build a universal binary for