diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-09-13 22:45:19 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-09-13 22:45:19 -0400 |
commit | f050cfdd82625e6214c4a77ae3b4b364dede1b52 (patch) | |
tree | fad9fa0ead2de1313e2a285be6badbda5ebffcd1 /sim/config.h.in | |
parent | 924e660d528c985f526584313a4564cd2618962b (diff) | |
download | gdb-f050cfdd82625e6214c4a77ae3b4b364dede1b52.zip gdb-f050cfdd82625e6214c4a77ae3b4b364dede1b52.tar.gz gdb-f050cfdd82625e6214c4a77ae3b4b364dede1b52.tar.bz2 |
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.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/config.h.in b/sim/config.h.in index 8aeac91..8e84759 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 |