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/or1k/Makefile.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'sim/or1k') diff --git a/sim/or1k/Makefile.in b/sim/or1k/Makefile.in index e845637..20952cb 100644 --- a/sim/or1k/Makefile.in +++ b/sim/or1k/Makefile.in @@ -49,8 +49,6 @@ SIM_EXTRA_DEPS = \ cpuall.h \ decode.h -SIM_EXTRA_LIBS = -lm - ## COMMON_POST_CONFIG_FRAG arch = or1k -- cgit v1.1