Adding experimental clang compiler support for arm-none-eabi
- Currently builds larger binaries than gcc (RAM)
This commit is contained in:
parent
f5a1e1bcf5
commit
621d8736e7
3 changed files with 50 additions and 8 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue