aboutsummaryrefslogtreecommitdiff
path: root/sim/arm
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-11-03 16:53:21 +0700
committerMike Frysinger <vapier@gentoo.org>2022-11-04 07:42:31 +0700
commit0dea8b8d9fb48df577fb6f28846e498d3c0bb9bf (patch)
tree7273d5f5e0826dc514f5814ef56fa3834449f39a /sim/arm
parentsim: build: change AC_CHECK_LIB to AC_SEARCH_LIBS (diff)
downloadbinutils-gdb-0dea8b8d9fb48df577fb6f28846e498d3c0bb9bf.tar.gz
binutils-gdb-0dea8b8d9fb48df577fb6f28846e498d3c0bb9bf.tar.bz2
binutils-gdb-0dea8b8d9fb48df577fb6f28846e498d3c0bb9bf.zip
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.
Diffstat (limited to 'sim/arm')
-rw-r--r--sim/arm/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/arm/Makefile.in b/sim/arm/Makefile.in
index d7d50d54289..f1f58ab2784 100644
--- a/sim/arm/Makefile.in
+++ b/sim/arm/Makefile.in
@@ -18,7 +18,6 @@
## COMMON_PRE_CONFIG_FRAG
SIM_EXTRA_CFLAGS = -DMODET
-SIM_EXTRA_LIBS = -lm
SIM_OBJS = \
wrapper.o \