From 611f033bfb1e461b3013a04e040d2dfba3d84f47 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Thu, 14 Jun 2012 20:55:41 +0200 Subject: all: link with -lm when needed --- digital/io-hub/src/robospierre/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'digital/io-hub/src/robospierre') diff --git a/digital/io-hub/src/robospierre/Makefile b/digital/io-hub/src/robospierre/Makefile index 88e6c79e..d822e798 100644 --- a/digital/io-hub/src/robospierre/Makefile +++ b/digital/io-hub/src/robospierre/Makefile @@ -25,7 +25,7 @@ CONFIGFILE = avrconfig.h AVR_MCU = at90usb1287 # Optimize for speed. OPTIMIZE = -O2 -HOST_LIBS = -lm +LIBS = -lm vpath %.c ../common vpath %.h ../common -- cgit v1.2.3