aboutsummaryrefslogtreecommitdiff
path: root/sim/mcore
diff options
context:
space:
mode:
Diffstat (limited to 'sim/mcore')
-rw-r--r--sim/mcore/ChangeLog4
-rw-r--r--sim/mcore/config.in3
-rwxr-xr-xsim/mcore/configure6
3 files changed, 5 insertions, 8 deletions
diff --git a/sim/mcore/ChangeLog b/sim/mcore/ChangeLog
index 8864c7a..c7024a7 100644
--- a/sim/mcore/ChangeLog
+++ b/sim/mcore/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>
* configure.ac: Delete call to SIM_AC_OPTION_ALIGNMENT.
diff --git a/sim/mcore/config.in b/sim/mcore/config.in
index c3a5c27..da7824e 100644
--- a/sim/mcore/config.in
+++ b/sim/mcore/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/mcore/configure b/sim/mcore/configure
index 017c6c0..f34b159 100755
--- a/sim/mcore/configure
+++ b/sim/mcore/configure
@@ -11335,11 +11335,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