Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ASM: Add missing <INCLUDES> placeholder for "compile" rules | Gregor Jasny | 2016-03-29 | 1 | -1/+1 |
| | | | | | | | | This placeholder was added to the compilation rules for other languages by commit v3.4.0-rc1~342^2 (Factor an <INCLUDES> placeholder out of <FLAGS> in rule variables, 2015-07-13) but ASM was incorrectly left out. Signed-off-by: Gregor Jasny <gjasny@googlemail.com> | ||||
* | Add support for the ARM Compiler (arm.com) | Joakim Andersson | 2015-11-02 | 1 | -0/+7 |
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 |