aboutsummaryrefslogtreecommitdiff
path: root/sim/aarch64
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/aarch64
parent051081585e40a3145028cda8e2a16c010a33ebe9 (diff)
downloadgdb-0dea8b8d9fb48df577fb6f28846e498d3c0bb9bf.zip
gdb-0dea8b8d9fb48df577fb6f28846e498d3c0bb9bf.tar.gz
gdb-0dea8b8d9fb48df577fb6f28846e498d3c0bb9bf.tar.bz2
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/aarch64')
-rw-r--r--sim/aarch64/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/aarch64/Makefile.in b/sim/aarch64/Makefile.in
index 95de0f9..72a3705 100644
--- a/sim/aarch64/Makefile.in
+++ b/sim/aarch64/Makefile.in
@@ -21,8 +21,6 @@
## COMMON_PRE_CONFIG_FRAG
-SIM_EXTRA_LIBS = -lm
-
SIM_OBJS = \
$(SIM_NEW_COMMON_OBJS) \
interp.o \