Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: sim/m68hc11/configure.ac

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sim/m68hc11/configure ('k') | sim/m68hc11/dv-m68hc11.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sim/m68hc11/configure.ac
diff --git a/sim/m68hc11/configure.ac b/sim/m68hc11/configure.ac
index eef46914a7d710e873fa22861cc593b9a810022a..fe4fb37c6593bf3262ca9b5560a8e26dafb1821d 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
« no previous file with comments | « sim/m68hc11/configure ('k') | sim/m68hc11/dv-m68hc11.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698