aboutsummaryrefslogtreecommitdiff
path: root/tool/mbed/gcc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tool/mbed/gcc.mk')
-rw-r--r--tool/mbed/gcc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/mbed/gcc.mk b/tool/mbed/gcc.mk
index 0fc41fe27..032f7c6ca 100644
--- a/tool/mbed/gcc.mk
+++ b/tool/mbed/gcc.mk
@@ -7,7 +7,7 @@ LD = $(GCC_BIN)arm-none-eabi-gcc
7OBJCOPY = $(GCC_BIN)arm-none-eabi-objcopy 7OBJCOPY = $(GCC_BIN)arm-none-eabi-objcopy
8OBJDUMP = $(GCC_BIN)arm-none-eabi-objdump 8OBJDUMP = $(GCC_BIN)arm-none-eabi-objdump
9SIZE = $(GCC_BIN)arm-none-eabi-size 9SIZE = $(GCC_BIN)arm-none-eabi-size
10CHKSUM = ~/Dropbox/MBED/tool/lpc-vector-checksum 10CHKSUM = $(TMK_DIR)/tool/mbed/lpc-vector-checksum
11 11
12CPU = -mcpu=cortex-m0 -mthumb 12CPU = -mcpu=cortex-m0 -mthumb
13 13