diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-09-21 01:17:51 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-09-21 01:17:51 -0400 |
commit | 8e80eb006f1fa3925e816b231b8312cac1ef37bc (patch) | |
tree | fc72c80f4dd1b29279369a2cd5363aaf847798f3 /source | |
parent | 02a3a119b768d6f303eaebd92de8175bfb5d67dd (diff) | |
download | librambutan-8e80eb006f1fa3925e816b231b8312cac1ef37bc.tar.gz librambutan-8e80eb006f1fa3925e816b231b8312cac1ef37bc.zip |
arm-gcc: Improve section :ref: names.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'source')
-rw-r--r-- | source/arm-gcc.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source/arm-gcc.rst b/source/arm-gcc.rst index 4f9d825..1d55d07 100644 --- a/source/arm-gcc.rst +++ b/source/arm-gcc.rst @@ -29,6 +29,8 @@ LeafLabs maintains `mirrors recent versions of the compiler, including versions for OS X, Win32, and 32-bit Linux. +.. _arm-gcc-compiler-flags: + Compiler Flags Used by libmaple ------------------------------- @@ -56,7 +58,7 @@ The following flags are among those passed to the assembler:: .. highlight:: cpp -.. _arm-gcc-avr-gcc: +.. _arm-gcc-libc: Using the C Standard Library ---------------------------- @@ -71,6 +73,8 @@ Be advised, however, that a variety of syscalls may only be partially implemented, if at all. See the :ref:`libmaple` file syscalls.c and the newlib documentation for more details. +.. _arm-gcc-avr-gcc: + Switching from AVR-GCC ---------------------- |