summaryrefslogtreecommitdiff
path: root/sim/mn10300/tconfig.in
diff options
context:
space:
mode:
Diffstat (limited to 'sim/mn10300/tconfig.in')
-rw-r--r--sim/mn10300/tconfig.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/mn10300/tconfig.in b/sim/mn10300/tconfig.in
index 14ca8e77645..1d1237bd18c 100644
--- a/sim/mn10300/tconfig.in
+++ b/sim/mn10300/tconfig.in
@@ -6,8 +6,11 @@
#include "gdb/remote-sim.h"
#include "sim-module.h"
+/* FIXME: Revisit. */
+#ifdef HAVE_DV_SOCKSER
MODULE_INSTALL_FN dv_sockser_install;
#define MODULE_LIST dv_sockser_install,
+#endif
/* Define this if the simulator supports profiling.
See the mips simulator for an example.