Skip to content

Commit 9f0b221

Browse files
committed
cmake readme: fix toolchain names
1 parent 0f8df9f commit 9f0b221

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cmake/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ These targets should work:
1515

1616
### Supported toolchains
1717

18-
ARMClang6 and Gcc Arm toolchains are supported.
18+
Arm Compiler 6 and GNU Arm Embedded toolchains are supported.
1919

2020
### Examples
2121

2222
Supported examples can be identified by the presence of a top level `CMakelists.txt` input source file.
2323

2424
### Known issues
2525

26-
- ARMClang6: the assembler does not include definitions. It will be fixed in the upcoming release (>3.18.2)
27-
- Ninja: ARMClang6 response files require unix paths on Windows, see https://gitlab.kitware.com/cmake/cmake/-/issues/21093
26+
- ARMClang6: the assembler does not include definitions. It will be fixed in the upcoming release (>3.18.2). Reference: https://gitlab.kitware.com/cmake/cmake/-/issues/21148#note_823305
27+
- Ninja: ARMClang6 response files require unix paths on Windows. Reference: https://gitlab.kitware.com/cmake/cmake/-/issues/21093
28+

0 commit comments

Comments
 (0)