From: Hood Chatham Date: Sat, 16 Nov 2024 01:46:39 +0000 (+0100) Subject: GH-126748: amend configure.rst description for the 'build_wasm' make target (#126687) X-Git-Tag: v3.14.0a2~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2313f8421080ceb3343c6f5d291279adea85e073;p=thirdparty%2FPython%2Fcpython.git GH-126748: amend configure.rst description for the 'build_wasm' make target (#126687) Clarified the documentation around how the build_wasm target is selected. --- diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index 6fd623c51767..e7733a6dc114 100644 --- a/Doc/using/configure.rst +++ b/Doc/using/configure.rst @@ -1088,7 +1088,8 @@ CPython project) this is usually the ``all`` target. The all`` will build. The three choices are: * ``profile-opt`` (configured with ``--enable-optimizations``) -* ``build_wasm`` (configured with ``--with-emscripten-target``) +* ``build_wasm`` (chosen if the host platform matches ``wasm32-wasi*`` or + ``wasm32-emscripten``) * ``build_all`` (configured without explicitly using either of the others) Depending on the most recent source file changes, Make will rebuild