diff options
| author | Sudar <sudar@sudarmuthu.com> | 2012-09-10 22:18:58 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2012-09-10 22:18:58 +0530 |
| commit | 99890b253540f3ea0f2706ed4c3a7b1f15549bdc (patch) | |
| tree | 2f3a7dd2975b7baa8a4e880415dc5a88c050c32a | |
| parent | 048762156bcefa45b099be267818988a0a25f86f (diff) | |
| parent | 2bc9cf790e182dd377f3a2705414bb3160dc4a6c (diff) | |
Merge branch 'master' of github.com:sudar/Arduino-Makefile
| -rw-r--r-- | arduino-mk/Arduino.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arduino-mk/Arduino.mk b/arduino-mk/Arduino.mk index 9a85222..8fc8e5c 100644 --- a/arduino-mk/Arduino.mk +++ b/arduino-mk/Arduino.mk @@ -652,10 +652,10 @@ CPPFLAGS += -mmcu=$(MCU) -DF_CPU=$(F_CPU) -DARDUINO=$(ARDUINO_VERSION) \ -I. -I$(ARDUINO_CORE_PATH) -I$(ARDUINO_VAR_PATH)/$(VARIANT) \ $(SYS_INCLUDES) $(USER_INCLUDES) -g -Os -w -Wall \ -ffunction-sections -fdata-sections -CFLAGS = -std=gnu99 -CXXFLAGS = -fno-exceptions -ASFLAGS = -mmcu=$(MCU) -I. -x assembler-with-cpp -LDFLAGS = -mmcu=$(MCU) -Wl,--gc-sections -Os +CFLAGS += -std=gnu99 +CXXFLAGS += -fno-exceptions +ASFLAGS += -mmcu=$(MCU) -I. -x assembler-with-cpp +LDFLAGS += -mmcu=$(MCU) -Wl,--gc-sections -Os SIZEFLAGS ?= --mcu=$(MCU) -C # Expand and pick the first port |
