Fix chipKIT compilation in OS X.
This commit is contained in:
parent
83cbf35787
commit
69f171ff70
1 changed files with 2 additions and 2 deletions
|
@ -404,8 +404,8 @@ endif
|
|||
|
||||
CPPFLAGS = -$(MCU_FLAG_NAME)=$(MCU) -DF_CPU=$(F_CPU) -DARDUINO=$(ARDUINO_VERSION) \
|
||||
-I. -I$(ARDUINO_CORE_PATH) -I$(ARDUINO_VAR_PATH)/$(VARIANT) \
|
||||
$(SYS_INCLUDES) -g -Os -w -Wall \
|
||||
-ffunction-sections -fdata-sections $(EXTRA_CPPFLAGS)
|
||||
$(SYS_INCLUDES) -w -Wall -O2 \
|
||||
-fno-exceptions -ffunction-sections -fdata-sections $(EXTRA_CPPFLAGS)
|
||||
|
||||
ifndef USE_GNU99
|
||||
CFLAGS = -std=gnu99
|
||||
|
|
Loading…
Reference in a new issue