Added -lm
authormichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 8 May 2000 03:27:20 +0000 (03:27 +0000)
committermichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 8 May 2000 03:27:20 +0000 (03:27 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@247 4a8a32a2-be11-0410-ad9d-d568d2c75423

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