Removed explicit specification of data model small for IAR compiler. Data model small is default and this will allow projects to override the data model
This commit is contained in:
parent
708f9d77d2
commit
8aa1011c03
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ CFLAGS += -DWITH_UIP6=1
|
|||
endif
|
||||
|
||||
ifdef IAR
|
||||
CFLAGS += -D__MSP430F5437__=1 -e --vla -Ohz --multiplier=32 --multiplier_location=4C0 --hw_workaround=CPU40 --core=430X --data_model small --double=32
|
||||
CFLAGS += -D__MSP430F5437__=1 -e --vla -Ohz --multiplier=32 --multiplier_location=4C0 --hw_workaround=CPU40 --core=430X --double=32
|
||||
else
|
||||
SMALL=1
|
||||
endif
|
||||
|
|
|
@ -7,7 +7,7 @@ CFLAGS+=-Os -g
|
|||
endif
|
||||
|
||||
ifdef IAR
|
||||
CFLAGS+=-e --vla -Ohz --multiplier=16s --core=430X --data_model small --double=32
|
||||
CFLAGS+=-e --vla -Ohz --multiplier=16s --core=430X --double=32
|
||||
endif
|
||||
|
||||
CLEAN += symbols.c symbols.h
|
||||
|
|
Loading…
Reference in a new issue