summaryrefslogtreecommitdiffstats
path: root/user/tracing/examples.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-09-12 09:10:38 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-11-08 06:59:24 +0100
commit31199e3a69d2dbd0a8f360e424fd19f3e9ef66ce (patch)
tree8fb1f5f81566afe8c032771ffb3f278656e3e736 /user/tracing/examples.rst
parenteng: show how to set local default subject-prefix (diff)
downloadrtems-docs-31199e3a69d2dbd0a8f360e424fd19f3e9ef66ce.tar.bz2
Update build system related sections for RTEMS 6
Update sections which contained the word "bsp_specs".
Diffstat (limited to '')
-rw-r--r--user/tracing/examples.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/tracing/examples.rst b/user/tracing/examples.rst
index d0bef0b..2b673d4 100644
--- a/user/tracing/examples.rst
+++ b/user/tracing/examples.rst
@@ -61,7 +61,7 @@ to your installation.
.. code-block:: none
sparc-rtems5-gcc -Bsparc-rtems5/erc32/lib/ \
- -specs bsp_specs -qrtems -mcpu=cypress -O2 -g -ffunction-sections \
+ -qrtems -mcpu=cypress -O2 -g -ffunction-sections \
-fdata-sections -Wall -Wmissing-prototypes -Wimplicit-function-declaration \
-Wstrict-prototypes -Wnested-externs -Wl,--gc-sections -mcpu=cypress \
-o sparc-rtems5/c/erc32/testsuites/samples/fileio.exe sparc-rtems5/c/erc32/\
@@ -75,7 +75,7 @@ the wrapper c file.
.. code-block:: none
rtems-tld -C fileio-trace.ini -W fileio-wrapper -- -Bsparc-rtems5/erc32/lib/ \
- -specs bsp_specs -qrtems -mcpu=cypress -O2 -g -ffunction-sections \
+ -qrtems -mcpu=cypress -O2 -g -ffunction-sections \
-fdata-sections -Wall -Wmissing-prototypes -Wimplicit-function-declaration \
-Wstrict-prototypes -Wnested-externs -Wl,--gc-sections -mcpu=cypress \
-o sparc-rtems5/c/erc32/testsuites/samples/fileio.exe sparc-rtems5/c/erc32/\