sim: don't hardcode -ldl for SDL support
authorMike Frysinger <vapier@gentoo.org>
Thu, 3 Nov 2022 10:38:46 +0000 (17:38 +0700)
committerMike Frysinger <vapier@gentoo.org>
Fri, 4 Nov 2022 06:50:37 +0000 (13:50 +0700)
commitc55c1f6e9d7bcc400bc23a0e29ac9e2681ed4c31
tree4ce61fe9a67b0253830a3cd7093f075b6d3314fd
parent01d8ce742c257b697eed52de5520d0a4489e4e5b
sim: don't hardcode -ldl for SDL support

Since we use AC_SEARCH_LIBS to find dlopen, we don't need to hardcode
-ldl when using SDL ourselves.
sim/arch-subdir.mk.in
sim/bfin/Makefile.in
sim/configure
sim/m4/sim_ac_platform.m4