From 59ef1a8c70541e6f5b21f65a0c47d9ead6b64d78 Mon Sep 17 00:00:00 2001 From: michaelh Date: Mon, 8 May 2000 03:27:20 +0000 Subject: [PATCH] Added -lm git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@247 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index 739ada3b..2c79f0b4 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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 -- 2.30.2