mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
cpu: msp430: set gnu99 as C dialect
This commit is contained in:
parent
ff151d1568
commit
1f70e65faf
@ -2,7 +2,7 @@
|
||||
export TARGET_ARCH ?= msp430
|
||||
|
||||
# define build specific options
|
||||
CFLAGS_CPU = -mmcu=$(CPU_MODEL)
|
||||
CFLAGS_CPU = -mmcu=$(CPU_MODEL) -std=gnu99
|
||||
CFLAGS_LINK = -ffunction-sections -fdata-sections
|
||||
CFLAGS_DBG = -gdwarf-2
|
||||
CFLAGS_OPT ?= -Os
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user