Adding experimental clang compiler support for arm-none-eabi

- Currently builds larger binaries than gcc (RAM)
This commit is contained in:
Jacob Alexander 2014-12-31 19:42:16 -08:00
parent f5a1e1bcf5
commit 621d8736e7
3 changed files with 50 additions and 8 deletions

View file

@ -28,6 +28,20 @@ set( CHIP
###
# Compiler Selection
#
#| *** EXPERIMENTAL ***
#| Stick with gcc unless you know what you're doing
#| Currently only arm is supported with clang
set( COMPILER
"gcc" # arm-none-eabi-gcc / avr-gcc - Default
# "clang" # arm-none-eabi
CACHE STRING "Compiler Type" )
###
# Compiler Intialization
#