From: Keith Packard Date: Tue, 21 May 2013 18:08:15 +0000 (-0700) Subject: altos: Set the path for the STM32L compiler explicitly X-Git-Tag: 1.2.9.4~191 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=1bffe8caf0294e9cfef2dab1c6b5a8d1d87ac3a2 altos: Set the path for the STM32L compiler explicitly This makes sure we use the known toolchain for STM32L builds Signed-off-by: Keith Packard --- diff --git a/src/stm/Makefile.defs b/src/stm/Makefile.defs index c8bb7d70..8ef30521 100644 --- a/src/stm/Makefile.defs +++ b/src/stm/Makefile.defs @@ -12,8 +12,8 @@ vpath ao-make-product.5c ../util .elf.ihx: objcopy -O ihex $*.elf $@ -CC=arm-none-eabi-gcc SAT=/opt/cortex +CC=$(SAT)/bin/arm-none-eabi-gcc SAT_CLIB=$(SAT)/lib/pdclib-cortex-m3.a SAT_CFLAGS=-I$(SAT)/include