From d5b631fa3bcd822815c7f875432b15e8b9875395 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 28 Feb 2019 08:36:39 +1100 Subject: User: Change output block to type none. --- user/hardware/architectures.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user/hardware/architectures.rst') diff --git a/user/hardware/architectures.rst b/user/hardware/architectures.rst index 761258f..b604782 100644 --- a/user/hardware/architectures.rst +++ b/user/hardware/architectures.rst @@ -25,7 +25,7 @@ automatically by GCC via selecting a specific set of machine options. You can query the multilibs of a specific RTEMS GCC compiler via the ``-print-multi-lib`` option: -.. code-block:: shell +.. code-block:: none $ sparc-rtems5-gcc -print-multi-lib .; @@ -56,7 +56,7 @@ of machine options for this multilib follows separated by ``@`` characters. You can figure out the multilib selected by GCC for a set of machine options with the ``-print-multi-directory`` option: -.. code-block:: shell +.. code-block:: none $ sparc-rtems5-gcc -print-multi-directory -mcpu=leon3 leon3 -- cgit v1.2.3