altos: Use installed arm compiler for LPC
authorKeith Packard <keithp@keithp.com>
Fri, 23 Aug 2013 18:24:18 +0000 (11:24 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 25 Aug 2013 23:20:29 +0000 (16:20 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
src/lpc/Makefile.defs

index b63bdd1205ba37bc6bf166b011c7267a8e0eb041..9e87cee1c8e207ed5a2912d08dd9dcabaa85118f 100644 (file)
@@ -12,6 +12,8 @@ SAT=/opt/cortex
 SAT_CLIB=$(SAT)/lib/pdclib-cortex-m0.a
 SAT_CFLAGS=-I$(SAT)/include
 
 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
 ifndef VERSION
 include ../Version
 endif