Skip to content
Commit 5394de75 authored by Lingkai Dong's avatar Lingkai Dong
Browse files

docs: Improve wording of toolchain support



Remove the notion that toolchain is the same as compiler which is
inaccurate, because other tools like linker, standard libraries and
more are also included in a toolchain.

Remove mentioning of the Mbed OS style of toolchain names, i.e. ARM
and GCC_ARM, as we no longer pass those values for toolchain selection
following the switch to toolchain files. Replace them with the C
compiler names, armclang and arm-none-eabi-gcc, which are useful for
querying toolchain versions.

Signed-off-by: Lingkai Dong's avatarLingkai Dong <lingkai.dong@arm.com>
parent 222c81e0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment