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/bfin/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sim/bfin') diff --git a/sim/bfin/Makefile.in b/sim/bfin/Makefile.in index f4f30c4..62f7b71 100644 --- a/sim/bfin/Makefile.in +++ b/sim/bfin/Makefile.in @@ -60,7 +60,7 @@ SIM_EXTRA_HW_DEVICES = \ eth_phy SIM_EXTRA_CFLAGS = $(SDL_CFLAGS) -SIM_EXTRA_LIBS = $(SDL_LIBS) -lm +SIM_EXTRA_LIBS = $(SDL_LIBS) ## COMMON_POST_CONFIG_FRAG -- cgit v1.1