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/msp430/ChangeLog | 4 ++++ sim/msp430/config.in | 3 --- sim/msp430/configure | 6 +----- 3 files changed, 5 insertions(+), 8 deletions(-) (limited to 'sim/msp430') diff --git a/sim/msp430/ChangeLog b/sim/msp430/ChangeLog index b00046f..e4a1623 100644 --- a/sim/msp430/ChangeLog +++ b/sim/msp430/ChangeLog @@ -1,3 +1,7 @@ +2021-06-15 Mike Frysinger + + * config.in, configure: Regenerate. + 2021-06-14 Mike Frysinger * configure.ac: Delete call to SIM_AC_OPTION_WARNINGS. diff --git a/sim/msp430/config.in b/sim/msp430/config.in index c3a5c27..da7824e 100644 --- a/sim/msp430/config.in +++ b/sim/msp430/config.in @@ -10,9 +10,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H -/* Define if dv-sockser is usable. */ -#undef HAVE_DV_SOCKSER - /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H diff --git a/sim/msp430/configure b/sim/msp430/configure index 7cdfa3e..e273fb2 100755 --- a/sim/msp430/configure +++ b/sim/msp430/configure @@ -11335,11 +11335,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