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/sh/configure | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sim/sh/configure') diff --git a/sim/sh/configure b/sim/sh/configure index 4d3f8ce..6040588 100755 --- a/sim/sh/configure +++ b/sim/sh/configure @@ -11332,11 +11332,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.1