summaryrefslogtreecommitdiff
path: root/sim/mn10300/config.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel@oarcorp.com>2013-03-23 15:06:59 +0000
committerJoel Sherrill <joel@oarcorp.com>2013-03-23 15:06:59 +0000
commitdf6fe63921e065f17ba6ca430bfa9dfb9ee333ee (patch)
tree3641f9508b1325dddf9a1af5c6dee626b7723e61 /sim/mn10300/config.in
parent019f1dcb8e8bf4b76bb0a99541cf2b65645ffd4c (diff)
downloadgdb-df6fe63921e065f17ba6ca430bfa9dfb9ee333ee.tar.gz
2013-03-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Fail if dv-sockser.o not available. Error when --disable-sim-hardware is specified. * tconfig.in: Conditionalize use of dv_sockser_install. * configure: Regenerated. * config.in: Regenerated.
Diffstat (limited to 'sim/mn10300/config.in')
-rw-r--r--sim/mn10300/config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/mn10300/config.in b/sim/mn10300/config.in
index 94d04031b91..30c32c32782 100644
--- a/sim/mn10300/config.in
+++ b/sim/mn10300/config.in
@@ -16,6 +16,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 <errno.h> header file. */
#undef HAVE_ERRNO_H
@@ -100,6 +103,10 @@
/* Define to 1 if you have the `__setfpucw' function. */
#undef HAVE___SETFPUCW
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+ */
+#undef LT_OBJDIR
+
/* Name of this package. */
#undef PACKAGE