summaryrefslogtreecommitdiff
path: root/sim/rl78
diff options
context:
space:
mode:
Diffstat (limited to 'sim/rl78')
-rw-r--r--sim/rl78/ChangeLog4
-rw-r--r--sim/rl78/config.in3
-rwxr-xr-xsim/rl78/configure6
3 files changed, 5 insertions, 8 deletions
diff --git a/sim/rl78/ChangeLog b/sim/rl78/ChangeLog
index 500fe2676b3..ad4a965d060 100644
--- a/sim/rl78/ChangeLog
+++ b/sim/rl78/ChangeLog
@@ -1,3 +1,7 @@
+2021-06-15 Mike Frysinger <vapier@gentoo.org>
+
+ * config.in, configure: Regenerate.
+
2021-06-12 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4, config.in, configure: Regenerate.
diff --git a/sim/rl78/config.in b/sim/rl78/config.in
index c3a5c27da56..da7824eb77d 100644
--- a/sim/rl78/config.in
+++ b/sim/rl78/config.in
@@ -10,9 +10,6 @@
/* 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 <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
diff --git a/sim/rl78/configure b/sim/rl78/configure
index 15a737b061e..95ffabdb139 100755
--- a/sim/rl78/configure
+++ b/sim/rl78/configure
@@ -11286,11 +11286,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