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.
This commit is contained in:
Mike Frysinger
2021-06-13 01:52:01 -04:00
parent bc10b67271
commit bcaa61f7c8
95 changed files with 161 additions and 250 deletions

6
sim/lm32/configure vendored
View File

@@ -11410,11 +11410,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