summaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorJoel Sherrill <joel@oarcorp.com>2013-03-23 15:08:07 +0000
committerJoel Sherrill <joel@oarcorp.com>2013-03-23 15:08:07 +0000
commitfeb14741659989cbdad1195948746198e21f0f11 (patch)
treee8960ccb2b3e4e991fb0f52fb53931e91aec6757 /sim
parentdf6fe63921e065f17ba6ca430bfa9dfb9ee333ee (diff)
downloadgdb-feb14741659989cbdad1195948746198e21f0f11.tar.gz
2013-03-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Use $SIM_DV_SOCKSER_O. * configure: Regenerated.
Diffstat (limited to 'sim')
-rw-r--r--sim/m68hc11/ChangeLog5
-rw-r--r--sim/m68hc11/configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/sim/m68hc11/ChangeLog b/sim/m68hc11/ChangeLog
index 645bd8bc95a..62ddd699b5b 100644
--- a/sim/m68hc11/ChangeLog
+++ b/sim/m68hc11/ChangeLog
@@ -1,3 +1,8 @@
+2013-03-23 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * configure.ac: Use $SIM_DV_SOCKSER_O.
+ * configure: Regenerated.
+
2012-06-15 Joel Brobecker <brobecker@adacore.com>
* config.in, configure: Regenerate.
diff --git a/sim/m68hc11/configure.ac b/sim/m68hc11/configure.ac
index eef46914a7d..fe4fb37c659 100644
--- a/sim/m68hc11/configure.ac
+++ b/sim/m68hc11/configure.ac
@@ -19,7 +19,6 @@ case "${target}" in
m68hc11-*-*|m6811-*-*)
hw_enabled=yes
hw_extra_devices="m68hc11 m68hc11sio m68hc11eepr m68hc11tim m68hc11spi nvram"
- m68hc11_extra_objs="dv-sockser.o"
SIM_SUBTARGET="$SIM_SUBTARGET -DTARGET_M68HC11=1"
;;
*)
@@ -30,6 +29,7 @@ SIM_AC_OPTION_HARDWARE($hw_enabled,$hw_devices,$hw_extra_devices)
AC_CHECK_HEADERS(string.h strings.h stdlib.h stdlib.h fcntl.h)
+m68hc11_extra_objs="$SIM_DV_SOCKSER_O"
AC_SUBST(m68hc11_extra_objs)
SIM_AC_OUTPUT