Skip to content

Commit 5fc9896

Browse files
marc-hblgirdwood
authored andcommitted
Toolchains build: rephrase optional PATH addition
Fixes commit c4f0b1a ("Grammatical edits to build from scratch; small conf.py edit") Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 parent f89312a commit 5fc9896

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

getting_started/build-guide/build-from-scratch.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,9 +311,11 @@ switch to the `xtensa` branch.
311311
git checkout -b xtensa origin/xtensa
312312
313313
Temporarily add toolchains to your PATH variable. This is *not* required
314-
when using high-level scripts described below; it's only required here or
315-
when invoking CMake manually. In other words, you don't need to adjust your
316-
PATH permanently because no risk of interfere with non-SOF tasks exists.
314+
when using the high-level, "every day" build scripts described in the
315+
next sections. It's only required for this once-off ``newlib`` headers
316+
step or when invoking CMake manually. In other words, you don't need to
317+
change your PATH permanently which would interfere with other, non-SOF
318+
work.
317319

318320
.. code-block:: bash
319321
@@ -324,6 +326,7 @@ Build and install the newlib headers for each toolchain:
324326
.. code-block:: bash
325327
326328
XTENSA_ROOT="${SOF_WORKSPACE}"/xtensa-root
329+
cd "${SOF_WORKSPACE}"/newlib-xtensa
327330
time for toolchain in ../xtensa-*-elf; do
328331
./configure --target="${toolchain#../}" --prefix="$XTENSA_ROOT" &&
329332
make && make install || break;

0 commit comments

Comments
 (0)