summaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-12-13 14:24:13 +0100
committerDaniel Friesel <derf@finalrewind.org>2018-12-13 14:24:13 +0100
commitebd3e2890cad3fbc9b0293b91173995d191ee804 (patch)
tree1403948c291306274baa38f11b7a9f77a56fb809 /src/arch
parent6d8a58ae50c46531512ac6930d95f7ec2d6679c3 (diff)
mpmalloc
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/msp430fr5994lp/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/msp430fr5994lp/Makefile.inc b/src/arch/msp430fr5994lp/Makefile.inc
index d82abc4..2dd0ff4 100644
--- a/src/arch/msp430fr5994lp/Makefile.inc
+++ b/src/arch/msp430fr5994lp/Makefile.inc
@@ -10,7 +10,7 @@ COMMON_FLAGS += -mcpu=${CPU} -mmcu=${MCU} -DMULTIPASS_ARCH_msp430fr5994lp
COMMON_FLAGS += -DMULTIPASS_ARCH_HAS_I2C
ifneq (${msp430_large}, )
- COMMON_FLAGS += -mcode-region=either -mlarge
+ COMMON_FLAGS += -mcode-region=either -mlarge -DADDR_20BIT
endif
# LTO seems to be broken.