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 <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2018-08-09 10:57:38 -05:00 committed by Carles Cufí
parent 3a82aef5df
commit d04eaf3baf
1 changed files with 1 additions and 1 deletions

View File

@ -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`_