diff options
author | Keith Packard <keithp@keithp.com> | 2013-05-21 11:08:15 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-05-21 11:08:15 -0700 |
commit | 1bffe8caf0294e9cfef2dab1c6b5a8d1d87ac3a2 (patch) | |
tree | 0d1725e9630b5da2145739626cccd42b46722fcc /src | |
parent | 7282fab337dc48d32606276e5f51c057a3bff8cb (diff) |
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 <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/stm/Makefile.defs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |