summaryrefslogtreecommitdiff
path: root/src/stm-bringup
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-04-22 11:06:36 -0500
committerKeith Packard <keithp@keithp.com>2013-04-22 11:06:36 -0500
commit8c05f608c8f103649c1e5ec0d5742621e233af78 (patch)
tree29435459a79eac57cb93683302a38b1e247695ce /src/stm-bringup
parent6f92ab336a258e8b1ddf58de33d6883251b9532d (diff)
Move cortex toolchain to /opt/cortex
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stm-bringup')
-rw-r--r--src/stm-bringup/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stm-bringup/Makefile b/src/stm-bringup/Makefile
index 5cc94bd9..1bc5aaad 100644
--- a/src/stm-bringup/Makefile
+++ b/src/stm-bringup/Makefile
@@ -8,8 +8,8 @@ endif
CC=arm-none-eabi-gcc
OBJCOPY=arm-none-eabi-objcopy
-PDCLIB=/home/keithp/sat
-C_LIB=$(PDCLIB)/lib/pdclib.a
+PDCLIB=/opt/cortex
+C_LIB=$(PDCLIB)/lib/pdclib-cortex-m3.a
C_INC=-I$(PDCLIB)/include
DEF_CFLAGS=-g -std=gnu99 -Os -mlittle-endian -mthumb -ffreestanding -nostdlib -I. -I../../src/stm $(C_INC)