From c55c1f6e9d7bcc400bc23a0e29ac9e2681ed4c31 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 3 Nov 2022 17:38:46 +0700 Subject: 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/bfin/Makefile.in | 1 - 1 file changed, 1 deletion(-) (limited to 'sim/bfin') 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 -- cgit v1.1