From 31199e3a69d2dbd0a8f360e424fd19f3e9ef66ce Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 12 Sep 2022 09:10:38 +0200 Subject: Update build system related sections for RTEMS 6 Update sections which contained the word "bsp_specs". --- user/tracing/examples.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user/tracing/examples.rst') 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/\ -- cgit v1.2.3