From dcca7e0eb8c06db771ed1590f1e7a2e76d90dc77 Mon Sep 17 00:00:00 2001 From: Janusz Jankowski Date: Wed, 7 Nov 2018 11:49:23 +0100 Subject: [PATCH] build: update listings to use smp Signed-off-by: Janusz Jankowski --- developer_guides/unit_tests.rst | 2 +- getting_started/build-guide/build-from-scratch.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/developer_guides/unit_tests.rst b/developer_guides/unit_tests.rst index e47a7532..aa2e4111 100644 --- a/developer_guides/unit_tests.rst +++ b/developer_guides/unit_tests.rst @@ -46,7 +46,7 @@ add **--with-cmocka-prefix=**. For example: .. code-block:: bash ./autogen.sh - ./configure --with-arch=xtensa --with-platform=apollolake \ + ./configure --with-arch=xtensa-smp --with-platform=apollolake \ --with-dsp-core=$XTENSA_CORE --with-root-dir=$CONFIG_PATH/xtensa-elf \ --host=xtensa-bxt-elf --with-meu=$MEU_PATH \ --with-key=$PRIVATE_KEY_PATH CC=xt-xcc OBJCOPY=xt-objcopy \ diff --git a/getting_started/build-guide/build-from-scratch.rst b/getting_started/build-guide/build-from-scratch.rst index a44013bf..88b6b3e6 100644 --- a/getting_started/build-guide/build-from-scratch.rst +++ b/getting_started/build-guide/build-from-scratch.rst @@ -266,7 +266,7 @@ for |APL|: .. code-block:: bash - $ ./configure --with-arch=xtensa --with-platform=broxton --with-root-dir=`pwd`/../xtensa-root/xtensa-bxt-elf --host=xtensa-bxt-elf + $ ./configure --with-arch=xtensa-smp --with-platform=broxton --with-root-dir=`pwd`/../xtensa-root/xtensa-bxt-elf --host=xtensa-bxt-elf $ make $ make bin @@ -274,7 +274,7 @@ for |CNL|: .. code-block:: bash - $ ./configure --with-arch=xtensa --with-platform=cannonlake --with-root-dir=`pwd`/../xtensa-root/xtensa-cnl-elf --host=xtensa-cnl-elf + $ ./configure --with-arch=xtensa-smp --with-platform=cannonlake --with-root-dir=`pwd`/../xtensa-root/xtensa-cnl-elf --host=xtensa-cnl-elf $ make $ make bin