This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] debug/gdb: include expat for gdb-cross


# HG changeset patch
# User Trevor Woerner <twoerner@gmail.com>
# Date 1362239822 18000
# Node ID bfbfdaaea8592dd87f96ddea8637f5b17b194ad4
# Parent  f89f8e6f876679184acb66ea642e42c9e7cf2f44
debug/gdb: include expat for gdb-cross

Some boards, such as the ST Discovery, have a debugger interface which
can be queried for a device feature description which is provided in XML.
Therefore it would be nice to have expat available to make use of this
information.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>

diff -r f89f8e6f8766 -r bfbfdaaea859 scripts/build/debug/300-gdb.sh
--- a/scripts/build/debug/300-gdb.sh	Mon Feb 25 21:19:31 2013 +0100
+++ b/scripts/build/debug/300-gdb.sh	Sat Mar 02 10:57:02 2013 -0500
@@ -16,6 +16,7 @@
 
     if [ "${CT_GDB_CROSS}" = y ]; then
         do_gdb=y
+        do_expat=y
     fi
 
     if [ "${CT_GDB_GDBSERVER}" = "y" ]; then

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]