debuggers.hg
changeset 6941:7e7d93aa4072
Trivial gdb build fix from Leendert.
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Sun Sep 18 07:38:25 2005 +0000 (2005-09-18) |
parents | 8bc44f718714 |
children | 6fb3b1d9e336 |
files | tools/debugger/gdb/gdb-6.2.1-xen-sparse/gdb/gdbserver/configure tools/debugger/gdb/gdb-6.2.1-xen-sparse/gdb/gdbserver/configure.in |
line diff
1.1 --- a/tools/debugger/gdb/gdb-6.2.1-xen-sparse/gdb/gdbserver/configure Sat Sep 17 08:26:11 2005 +0000 1.2 +++ b/tools/debugger/gdb/gdb-6.2.1-xen-sparse/gdb/gdbserver/configure Sun Sep 18 07:38:25 2005 +0000 1.3 @@ -3475,7 +3475,7 @@ USE_THREAD_DB= 1.4 1.5 1.6 GDBSERVER_DEPFILES="$srv_regobj $srv_tgtobj $srv_thread_depfiles" 1.7 -GDBSERVER_LIBS="$srv_libs -L../../../../../libxc/ -lxc" 1.8 +GDBSERVER_LIBS="$srv_libs -L../../../../../libxc/ -lxenctrl" 1.9 1.10 1.11
2.1 --- a/tools/debugger/gdb/gdb-6.2.1-xen-sparse/gdb/gdbserver/configure.in Sat Sep 17 08:26:11 2005 +0000 2.2 +++ b/tools/debugger/gdb/gdb-6.2.1-xen-sparse/gdb/gdbserver/configure.in Sun Sep 18 07:38:25 2005 +0000 2.3 @@ -107,7 +107,7 @@ USE_THREAD_DB= 2.4 2.5 2.6 GDBSERVER_DEPFILES="$srv_regobj $srv_tgtobj $srv_thread_depfiles" 2.7 -GDBSERVER_LIBS="$srv_libs -L../../../../../libxc/ -lxc" 2.8 +GDBSERVER_LIBS="$srv_libs -L../../../../../libxc/ -lxenctrl" 2.9 2.10 AC_SUBST(GDBSERVER_DEPFILES) 2.11 AC_SUBST(GDBSERVER_LIBS)