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/avr/config.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'sim/avr/config.in') diff --git a/sim/avr/config.in b/sim/avr/config.in index c3a5c27..da7824e 100644 --- a/sim/avr/config.in +++ b/sim/avr/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 -- cgit v1.1