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] | |
# 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
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |