- Fixing flake8 error in compilers.py - [E124] closing bracket does not match visual indentation - Updating ARMCCompiler constructor in c.py to raise error as per commentspull/3186/head
parent
a2ee76228e
commit
a470835778
3 changed files with 18 additions and 2 deletions
@ -0,0 +1,11 @@ |
||||
[binaries] |
||||
c = 'armcc' |
||||
cpp = 'armcc' |
||||
ar = 'armar' |
||||
strip = 'armar' |
||||
|
||||
[host_machine] |
||||
system = 'WINDOWS' |
||||
cpu_family = 'arm' |
||||
cpu = 'Cortex-M0+' |
||||
endian = 'little' |
Loading…
Reference in new issue