diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-11-03 17:38:46 +0700 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-11-04 13:50:37 +0700 |
commit | c55c1f6e9d7bcc400bc23a0e29ac9e2681ed4c31 (patch) | |
tree | 4ce61fe9a67b0253830a3cd7093f075b6d3314fd /sim/bfin | |
parent | 01d8ce742c257b697eed52de5520d0a4489e4e5b (diff) | |
download | gdb-c55c1f6e9d7bcc400bc23a0e29ac9e2681ed4c31.zip gdb-c55c1f6e9d7bcc400bc23a0e29ac9e2681ed4c31.tar.gz gdb-c55c1f6e9d7bcc400bc23a0e29ac9e2681ed4c31.tar.bz2 |
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.
Diffstat (limited to 'sim/bfin')
-rw-r--r-- | sim/bfin/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/bfin/Makefile.in b/sim/bfin/Makefile.in index 62f7b71..5a36be7 100644 --- a/sim/bfin/Makefile.in +++ b/sim/bfin/Makefile.in @@ -60,7 +60,6 @@ SIM_EXTRA_HW_DEVICES = \ eth_phy SIM_EXTRA_CFLAGS = $(SDL_CFLAGS) -SIM_EXTRA_LIBS = $(SDL_LIBS) ## COMMON_POST_CONFIG_FRAG |