public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 1 of 3] debug/gdb: enforce gdbserver cross-compilation
@ 2013-03-16 15:04 Samuel Martin
  2013-03-16 15:04 ` [PATCH 3 of 3] debug/dmalloc: enforce cross-compilation Samuel Martin
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Samuel Martin @ 2013-03-16 15:04 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

# HG changeset patch
# User "Samuel Martin" <s.martin49@gmail.com>
# Date 1363445205 -3600
# Node ID ca85cad85c4dd20e74f1514c520882fa1b4e9bb5
# Parent  cbaf37cc20b7acb900e503020210359ff42e2189
debug/gdb: enforce gdbserver cross-compilation

Signed-off-by: Samuel Martin <s.martin49@gmail.com>

diff -r cbaf37cc20b7 -r ca85cad85c4d scripts/build/debug/300-gdb.sh
--- a/scripts/build/debug/300-gdb.sh	Sun Mar 03 22:24:40 2013 +0100
+++ b/scripts/build/debug/300-gdb.sh	Sat Mar 16 15:46:45 2013 +0100
@@ -323,6 +323,9 @@
         fi
 
         CT_DoExecLog CFG                                \
+        CC="${CT_TARGET}-gcc"                           \
+        CPP="${CT_TARGET}-cpp"                          \
+        LD="${CT_TARGET}-ld"                            \
         LDFLAGS="${gdbserver_LDFLAGS}"                  \
         "${gdb_src_dir}/gdb/gdbserver/configure"        \
             --build=${CT_BUILD}                         \

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-03-16 22:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-16 15:04 [PATCH 1 of 3] debug/gdb: enforce gdbserver cross-compilation Samuel Martin
2013-03-16 15:04 ` [PATCH 3 of 3] debug/dmalloc: enforce cross-compilation Samuel Martin
2013-03-16 22:47   ` Yann E. MORIN
2013-03-16 15:04 ` [PATCH 2 of 3] debug/strace: " Samuel Martin
2013-03-16 22:47   ` Yann E. MORIN
2013-03-16 22:47 ` debug/gdb: enforce gdbserver cross-compilation Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).