From d04eaf3bafeebe58c4d7b2fed9a5e59a2d779a36 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 9 Aug 2018 10:57:38 -0500 Subject: [PATCH] doc: Fix warning associated with GNU ARM embedded rename We missed one reference to GCC ARM Embedded when we renamed it to GNU ARM Embedded. Signed-off-by: Kumar Gala --- doc/getting_started/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/getting_started/getting_started.rst b/doc/getting_started/getting_started.rst index edbeb151d70..eada750e422 100644 --- a/doc/getting_started/getting_started.rst +++ b/doc/getting_started/getting_started.rst @@ -155,7 +155,7 @@ cross-compilers, the Zephyr SDK also provides prebuilt host tools. It is, however, possible to build without the SDK. If you are using 3rd party cross compilers, jump forward to `Using 3rd Party Cross Compilers`_ for details. A "3rd party cross compiler" is a toolchain that the Zephyr build -system already knows about, such as `GCC ARM Embedded`_ that we use in this +system already knows about, such as `GNU ARM Embedded`_ that we use in this document. If you are going to use custom compilers, check `Using Custom Cross Compilers`_