Use packaged gcc-arm-none-eabi compiler
[fw/pdclib] / Makefile
index a43f7c5b4b9b8ef2a3bd39a9f70f4c7d637b69a5..107dced5b7a345cbd73fea642f17b80256e3bf32 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,8 @@ FIRSTCPU=cortex-m0
 CPU=none
 BUILD=build-$(CPU)
 
-CC=$(bindir)/arm-none-eabi-gcc
+#CC=$(bindir)/arm-none-eabi-gcc
+CC=/usr/bin/arm-none-eabi-gcc
 
 # This is where you chose which platform to compile for (see 'make links' / './platform')
 PLATFORM := altos