summaryrefslogtreecommitdiff
path: root/sim/config.h.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-09-13 22:45:19 -0400
committerMike Frysinger <vapier@gentoo.org>2021-09-13 22:45:19 -0400
commitf050cfdd82625e6214c4a77ae3b4b364dede1b52 (patch)
treefad9fa0ead2de1313e2a285be6badbda5ebffcd1 /sim/config.h.in
parent924e660d528c985f526584313a4564cd2618962b (diff)
downloadbinutils-gdb-f050cfdd82625e6214c4a77ae3b4b364dede1b52.tar.gz
sim: bfin: add support for SDL2
This probably should have been ported long ago, but better late than never. We keep support for both versions for now since both projects tend to have long lifetimes. Maybe consider dropping SDL1 in another ten years.
Diffstat (limited to 'sim/config.h.in')
-rw-r--r--sim/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/config.h.in b/sim/config.h.in
index 8aeac918d4d..8e84759df04 100644
--- a/sim/config.h.in
+++ b/sim/config.h.in
@@ -121,6 +121,9 @@
/* Define to 1 if you have the `kill' function. */
#undef HAVE_KILL
+/* Define to 1 if you have the `dl' library (-ldl). */
+#undef HAVE_LIBDL
+
/* Define to 1 if you have the `m' library (-lm). */
#undef HAVE_LIBM