]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/configure
sim: support dlopen in -lc
authorMike Frysinger <vapier@gentoo.org>
Thu, 7 Dec 2023 03:28:40 +0000 (20:28 -0700)
committerMike Frysinger <vapier@gentoo.org>
Thu, 7 Dec 2023 03:56:29 +0000 (20:56 -0700)
commit708aee5ec64bea2c84449f63f3cdaa6d2b0b5892
tree8a3aa9b462bb7456e07ec885f121e77cf8793cc7
parentd7befe04faa4b9f468bf77b6db3d5cd42b0b8fb5
sim: support dlopen in -lc

Stop assuming that dlopen is only available via -ldl.  Newer versions
of glibc have merged it into -lc which broke this configure test.
sim/configure
sim/m4/sim_ac_platform.m4