From 0dea8b8d9fb48df577fb6f28846e498d3c0bb9bf Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 3 Nov 2022 16:53:21 +0700 Subject: sim: drop -lm from SIM_EXTRA_LIBS We have configure tests for this in the top-level configure script to link this when necessary, so we don't need to explicitly list it for specific ports. --- sim/erc32/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sim/erc32') diff --git a/sim/erc32/Makefile.in b/sim/erc32/Makefile.in index 013b604..7dd5102 100644 --- a/sim/erc32/Makefile.in +++ b/sim/erc32/Makefile.in @@ -23,7 +23,7 @@ READLINE_SRC = $(srcroot)/readline/readline SIM_OBJS = exec.o erc32.o func.o help.o float.o interf.o SIM_RUN_OBJS = sis.o SIM_EXTRA_CFLAGS = $(READLINE_CFLAGS) -SIM_EXTRA_LIBS = $(READLINE_LIB) $(TERMCAP_LIB) -lm +SIM_EXTRA_LIBS = $(READLINE_LIB) $(TERMCAP_LIB) SIM_EXTRA_INSTALL = install-sis SIM_EXTRA_CLEAN = clean-sis -- cgit v1.1