From bcaa61f7c89c2b44e231ee6999cc33b04e7dd202 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 13 Jun 2021 01:52:01 -0400 Subject: sim: move dv-sockser define to CPPFLAGS This is the only define left in m4/ that is not in the common config.h, so move it to sim_hw_cflags so we can drop the arch-specific config.h. --- sim/bfin/configure | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sim/bfin/configure') diff --git a/sim/bfin/configure b/sim/bfin/configure index 1c9893303ae..c721f50a9f1 100755 --- a/sim/bfin/configure +++ b/sim/bfin/configure @@ -11302,11 +11302,7 @@ else # that you instatiate. Instead, other code will call into it directly. # At some point, we should convert it over. sim_hw_objs="$sim_hw_objs dv-sockser.o" - -cat >>confdefs.h <<_ACEOF -#define HAVE_DV_SOCKSER 1 -_ACEOF - + sim_hw_cflags="$sim_hw_cflags -DHAVE_DV_SOCKSER" ;; esac if test x"$silent" != x"yes"; then -- cgit v1.2.1