diff options
author | Joakim Andersson <Joakim.Andersson@nordicsemi.no> | 2015-10-26 13:51:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-11-02 18:45:24 (GMT) |
commit | 035a658f4fdc8028ff19568aa2ded8b3efa70909 (patch) | |
tree | 133d05ec37b5f5b2632111186d0bc0a52aabdc3b /Modules/Compiler/ARMCC-C.cmake | |
parent | 74ea66850c99578d7d1665e64579279a6ff89896 (diff) | |
download | CMake-035a658f4fdc8028ff19568aa2ded8b3efa70909.zip CMake-035a658f4fdc8028ff19568aa2ded8b3efa70909.tar.gz CMake-035a658f4fdc8028ff19568aa2ded8b3efa70909.tar.bz2 |
Add support for the ARM Compiler (arm.com)
Create an `ARMCC` compiler id corresponding to compilers identified and
versioned by the `__ARMCC_VERSION` predefined macro. See documentation
for the compilers at
http://infocenter.arm.com/help/topic/com.arm.doc.set.swdev/index.html
Diffstat (limited to 'Modules/Compiler/ARMCC-C.cmake')
-rw-r--r-- | Modules/Compiler/ARMCC-C.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Compiler/ARMCC-C.cmake b/Modules/Compiler/ARMCC-C.cmake new file mode 100644 index 0000000..dcdcaab --- /dev/null +++ b/Modules/Compiler/ARMCC-C.cmake @@ -0,0 +1,2 @@ +include(Compiler/ARMCC) +__compiler_armcc(C) |