Note to try different -mcpu= for LPC43xx Cortex-M0.

This commit is contained in:
Jared Boone 2015-09-26 14:59:16 -07:00
parent e9f28f9ef3
commit bd76f0e13b

View File

@ -213,6 +213,9 @@ INCDIR = ../common $(PORTINC) $(KERNINC) $(TESTINC) \
# Compiler settings
#
# TODO: Entertain using MCU=cortex-m0.small-multiply for LPC43xx M0 core.
# However, on GCC-ARM-Embedded 4.9 2015q2, it seems to produce non-functional
# binaries.
MCU = cortex-m0
#TRGT = arm-elf-