From 66d055c75479e0c51745fc3b40faec6df7a01620 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 23 Apr 2021 16:24:27 -0400 Subject: sim: enable hardware support by default Force this on for all ports. We have a few common models that can be used, so make them generally available. If the port doesn't use any hardware (the default), then behavior is unchanged. --- sim/h8300/config.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sim/h8300/config.in') diff --git a/sim/h8300/config.in b/sim/h8300/config.in index fbed42a..505aa8c 100644 --- a/sim/h8300/config.in +++ b/sim/h8300/config.in @@ -13,6 +13,9 @@ /* 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_FCNTL_H @@ -28,6 +31,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the `m' library (-lm). */ +#undef HAVE_LIBM + /* Define to 1 if you have the `nsl' library (-lnsl). */ #undef HAVE_LIBNSL -- cgit v1.1