aboutsummaryrefslogtreecommitdiff
path: root/sim/v850/config.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-04-23 16:24:27 -0400
committerMike Frysinger <vapier@gentoo.org>2021-04-26 22:30:55 -0400
commit66d055c75479e0c51745fc3b40faec6df7a01620 (patch)
tree9eae68aaed1892c02c91fda1c6315899a44d4456 /sim/v850/config.in
parent3955e3467074a3a6cc243f2af5a29e17aa08ab4e (diff)
downloadfsf-binutils-gdb-66d055c75479e0c51745fc3b40faec6df7a01620.zip
fsf-binutils-gdb-66d055c75479e0c51745fc3b40faec6df7a01620.tar.gz
fsf-binutils-gdb-66d055c75479e0c51745fc3b40faec6df7a01620.tar.bz2
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.
Diffstat (limited to 'sim/v850/config.in')
-rw-r--r--sim/v850/config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/v850/config.in b/sim/v850/config.in
index 1eb9e29..8249d7c 100644
--- a/sim/v850/config.in
+++ b/sim/v850/config.in
@@ -19,6 +19,9 @@
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
+/* Define if dv-sockser is usable. */
+#undef HAVE_DV_SOCKSER
+
/* Define to 1 if you have the `execv' function. */
#undef HAVE_EXECV
@@ -43,6 +46,9 @@
/* Define to 1 if you have the <inttypes.h> 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