]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2013-03-23 Joel Sherrill <joel.sherrill@oarcorp.com>
authorJoel Sherrill <joel.sherrill@oarcorp.com>
Sat, 23 Mar 2013 15:13:06 +0000 (15:13 +0000)
committerJoel Sherrill <joel.sherrill@oarcorp.com>
Sat, 23 Mar 2013 15:13:06 +0000 (15:13 +0000)
* configure.ac: Use $SIM_DV_SOCKSER_O.
* configure: Regenerated.

sim/m68hc11/ChangeLog
sim/m68hc11/configure.ac

index 645bd8bc95ad12b56229e4ae51ccdf10bed2a2b7..62ddd699b5b1e449e50fd909ad8a074662d44b05 100644 (file)
@@ -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.
index eef46914a7d710e873fa22861cc593b9a810022a..fe4fb37c6593bf3262ca9b5560a8e26dafb1821d 100644 (file)
@@ -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