]> git.gag.com Git - fw/sdcc/blobdiff - src/Makefile.in
Added -lm
[fw/sdcc] / src / Makefile.in
index 739ada3bbafd8aef5df7f6981c826beb608ccd74..2c79f0b4d6a7850907c198091e5bd9e4b557d02f 100644 (file)
@@ -9,7 +9,7 @@ include $(PRJDIR)/Makefile.common
 PORTS          = mcs51 z80 avr
 PORT_LIBS      = $(PORTS:%=%/port.a)
 
-LIBS           = -lgc @LIBS@
+LIBS           = -lgc -lm @LIBS@
 ifeq ($(HAVE_LIBGC), 1)
 else
 LIBDIRS                = -L$(PRJDIR)/support/gc