From 1ead3b0f14353ea5fcb756d4cc99d10d437be08b Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Thu, 3 May 2012 23:50:30 +0200 Subject: digital/beacon: add float support with avr-libc --- .../beacon/src/makefiles/Makefile_All_ZigBit_Atmega1281_Rf230_8Mhz_Gcc | 1 + 1 file changed, 1 insertion(+) diff --git a/digital/beacon/src/makefiles/Makefile_All_ZigBit_Atmega1281_Rf230_8Mhz_Gcc b/digital/beacon/src/makefiles/Makefile_All_ZigBit_Atmega1281_Rf230_8Mhz_Gcc index 6597e6f6..3f770992 100644 --- a/digital/beacon/src/makefiles/Makefile_All_ZigBit_Atmega1281_Rf230_8Mhz_Gcc +++ b/digital/beacon/src/makefiles/Makefile_All_ZigBit_Atmega1281_Rf230_8Mhz_Gcc @@ -103,6 +103,7 @@ LD = $(CC) LINKER_FLAGS = -Wl,-Map=$(LIST_PATH)/$(APP_NAME).map -Wl,--gc-sections LINKER_FLAGS += -Wl,--script=./../atmega1281.ld LINKER_FLAGS += $(filter -mmcu%,$(CFLAGS)) +LINKER_FLAGS += -Wl,-u,vfprintf -lprintf_flt -lm .PHONY: all directories clean size root_files -- cgit v1.2.3