public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 3 of 3] debug/dmalloc: enforce cross-compilation
  2013-03-16 15:04 [PATCH 1 of 3] debug/gdb: enforce gdbserver cross-compilation Samuel Martin
  2013-03-16 15:04 ` [PATCH 2 of 3] debug/strace: enforce cross-compilation Samuel Martin
@ 2013-03-16 15:04 ` Samuel Martin
  2013-03-16 22:47   ` Yann E. MORIN
  2013-03-16 22:47 ` debug/gdb: enforce gdbserver cross-compilation Yann E. MORIN
  2 siblings, 1 reply; 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 1363444424 -3600
# Node ID 69772732f551aa342a2c39fb30ff7b2da3b1e951
# Parent  24b6540a08cbca7ee1faaabb980ef584e124f2ee
debug/dmalloc: enforce cross-compilation

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

diff -r 24b6540a08cb -r 69772732f551 scripts/build/debug/100-dmalloc.sh
--- a/scripts/build/debug/100-dmalloc.sh	Sat Mar 16 15:47:56 2013 +0100
+++ b/scripts/build/debug/100-dmalloc.sh	Sat Mar 16 15:33:44 2013 +0100
@@ -34,6 +34,9 @@
     CT_DoLog DEBUG "Extra config passed: '${extra_config[*]}'"
 
     CT_DoExecLog CFG                                            \
+    CC="${CT_TARGET}-gcc"                                       \
+    CXX="${CT_TARGET}-g++"                                      \
+    CPP="${CT_TARGET}-cpp"                                      \
     LD="${CT_TARGET}-ld"                                        \
     AR="${CT_TARGET}-ar"                                        \
     CFLAGS=-fPIC                                                \

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

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

* [PATCH 2 of 3] debug/strace: enforce cross-compilation
  2013-03-16 15:04 [PATCH 1 of 3] debug/gdb: enforce gdbserver cross-compilation Samuel Martin
@ 2013-03-16 15:04 ` Samuel Martin
  2013-03-16 22:47   ` Yann E. MORIN
  2013-03-16 15:04 ` [PATCH 3 of 3] debug/dmalloc: " Samuel Martin
  2013-03-16 22:47 ` debug/gdb: enforce gdbserver cross-compilation Yann E. MORIN
  2 siblings, 1 reply; 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 1363445276 -3600
# Node ID 24b6540a08cbca7ee1faaabb980ef584e124f2ee
# Parent  ca85cad85c4dd20e74f1514c520882fa1b4e9bb5
debug/strace: enforce cross-compilation

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

diff -r ca85cad85c4d -r 24b6540a08cb scripts/build/debug/500-strace.sh
--- a/scripts/build/debug/500-strace.sh	Sat Mar 16 15:46:45 2013 +0100
+++ b/scripts/build/debug/500-strace.sh	Sat Mar 16 15:47:56 2013 +0100
@@ -19,6 +19,9 @@
 
     CT_DoLog EXTRA "Configuring strace"
     CT_DoExecLog CFG                                        \
+    CC="${CT_TARGET}-gcc"                                   \
+    CPP="${CT_TARGET}-cpp"                                  \
+    LD="${LD_TARGET}-ld"                                    \
     "${CT_SRC_DIR}/strace-${CT_STRACE_VERSION}/configure"   \
         --build=${CT_BUILD}                                 \
         --host=${CT_TARGET}                                 \

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

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

* [PATCH 1 of 3] debug/gdb: enforce gdbserver cross-compilation
@ 2013-03-16 15:04 Samuel Martin
  2013-03-16 15:04 ` [PATCH 2 of 3] debug/strace: 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

* debug/strace: enforce cross-compilation
  2013-03-16 15:04 ` [PATCH 2 of 3] debug/strace: enforce cross-compilation Samuel Martin
@ 2013-03-16 22:47   ` Yann E. MORIN
  0 siblings, 0 replies; 6+ messages in thread
From: Yann E. MORIN @ 2013-03-16 22:47 UTC (permalink / raw)
  To: Samuel Martin; +Cc: crossgcc

Samuel, All,

Your patch:
    debug/strace: enforce cross-compilation

has been applied as: #ab7168481db5
    http://crosstool-ng.org/hg/crosstool-ng/rev/ab7168481db5

Thank you!

Regards,
Yann E. MORIN.



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

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

* debug/gdb: enforce gdbserver cross-compilation
  2013-03-16 15:04 [PATCH 1 of 3] debug/gdb: enforce gdbserver cross-compilation Samuel Martin
  2013-03-16 15:04 ` [PATCH 2 of 3] debug/strace: enforce cross-compilation Samuel Martin
  2013-03-16 15:04 ` [PATCH 3 of 3] debug/dmalloc: " Samuel Martin
@ 2013-03-16 22:47 ` Yann E. MORIN
  2 siblings, 0 replies; 6+ messages in thread
From: Yann E. MORIN @ 2013-03-16 22:47 UTC (permalink / raw)
  To: Samuel Martin; +Cc: crossgcc

Samuel, All,

Your patch:
    debug/gdb: enforce gdbserver cross-compilation

has been applied as: #10059fe75e24
    http://crosstool-ng.org/hg/crosstool-ng/rev/10059fe75e24

Thank you!

Regards,
Yann E. MORIN.



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

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

* debug/dmalloc: enforce cross-compilation
  2013-03-16 15:04 ` [PATCH 3 of 3] debug/dmalloc: " Samuel Martin
@ 2013-03-16 22:47   ` Yann E. MORIN
  0 siblings, 0 replies; 6+ messages in thread
From: Yann E. MORIN @ 2013-03-16 22:47 UTC (permalink / raw)
  To: Samuel Martin; +Cc: crossgcc

Samuel, All,

Your patch:
    debug/dmalloc: enforce cross-compilation

has been applied as: #0fc56e62cecf
    http://crosstool-ng.org/hg/crosstool-ng/rev/0fc56e62cecf

Thank you!

Regards,
Yann E. MORIN.



--
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 2 of 3] debug/strace: enforce cross-compilation Samuel Martin
2013-03-16 22:47   ` Yann E. MORIN
2013-03-16 15:04 ` [PATCH 3 of 3] debug/dmalloc: " 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).