diff options
author | Keith Packard <keithp@keithp.com> | 2013-08-23 11:24:18 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-08-25 16:20:29 -0700 |
commit | e908eb090fc2aaa03b35dc37c3e008b05ad44d80 (patch) | |
tree | 3773ca9f6afbbeac33bedb213c2bb2a325df390a /src | |
parent | 1aed2eb5c7d477a2f3d4fada22980041aba97cb8 (diff) |
altos: Use installed arm compiler for LPC
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/lpc/Makefile.defs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lpc/Makefile.defs b/src/lpc/Makefile.defs index b63bdd12..9e87cee1 100644 --- a/src/lpc/Makefile.defs +++ b/src/lpc/Makefile.defs @@ -12,6 +12,8 @@ SAT=/opt/cortex SAT_CLIB=$(SAT)/lib/pdclib-cortex-m0.a SAT_CFLAGS=-I$(SAT)/include +#CC=/opt/arm-gcc-bits/bin/arm-none-eabi-gcc + ifndef VERSION include ../Version endif |