From 239f77ce49fb0a11c6ef2b59825c7e772ebad11e Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 27 Aug 2014 18:15:33 -0400 Subject: docs: first pass removal of Maple IDE info --- docs/source/arm-gcc.rst | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'docs/source/arm-gcc.rst') diff --git a/docs/source/arm-gcc.rst b/docs/source/arm-gcc.rst index 30667a2..959f5c3 100644 --- a/docs/source/arm-gcc.rst +++ b/docs/source/arm-gcc.rst @@ -16,9 +16,6 @@ not intended as a reference manual for GCC; such manuals are available Obtaining ``arm-none-eabi-gcc`` ------------------------------- -Recent versions of ``arm-none-eabi-gcc`` and associated tools are -included with the :ref:`Maple IDE `. - Users who wish to use ``arm-none-eabi-gcc`` directly, along with a standard Unix Make-based toolchain, should read the :ref:`unix-toolchain`, which describes how to set up such an @@ -35,10 +32,9 @@ Compiler Flags Used by libmaple ------------------------------- This section documents the flags passed to ``arm-none-eabi-gcc`` by -the :ref:`Maple IDE ` and the default Makefile provided with the -:ref:`Unix toolchain `. The information in this -section is subject to change between :ref:`libmaple ` -releases. +the default Makefile provided with the :ref:`Unix toolchain `. +The information in this section is subject to change between :ref:`libmaple +` releases. .. highlight:: sh @@ -63,8 +59,7 @@ The following flags are among those passed to the assembler:: Using the C Standard Library ---------------------------- -By default (under both the :ref:`Maple IDE ` and the :ref:`Unix -toolchain `), ``arm-none-eabi-gcc`` is configured to +By default, ``arm-none-eabi-gcc`` is configured to link against `newlib `_, a C standard library intended for use with embedded applications. You are free to include of any of its headers. -- cgit v1.2.3