aboutsummaryrefslogtreecommitdiff
path: root/sim/m68hc11/configure.ac
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-03-23 15:08:07 +0000
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-03-23 15:08:07 +0000
commit256139f50b1d8861e7706b5b9e458f21a7581093 (patch)
tree4c7e1c9530c438b7c554b4b67d8acdcc5c1e6f41 /sim/m68hc11/configure.ac
parent94c63d78f6c4d0a10c1b4e42a16994d1c89998af (diff)
downloadfsf-binutils-gdb-256139f50b1d8861e7706b5b9e458f21a7581093.zip
fsf-binutils-gdb-256139f50b1d8861e7706b5b9e458f21a7581093.tar.gz
fsf-binutils-gdb-256139f50b1d8861e7706b5b9e458f21a7581093.tar.bz2
2013-03-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Use $SIM_DV_SOCKSER_O. * configure: Regenerated.
Diffstat (limited to 'sim/m68hc11/configure.ac')
-rw-r--r--sim/m68hc11/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/m68hc11/configure.ac b/sim/m68hc11/configure.ac
index eef4691..fe4fb37 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