public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] cc/gcc: Set CXX_FOR_BUILD for bare metal and canadian build
@ 2013-05-14  3:36 Zhenqiang Chen
  2013-05-14 16:58 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Zhenqiang Chen @ 2013-05-14  3:36 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

exporting patch:
# HG changeset patch
# User Zhenqiang Chen <zhenqiang.chen@linaro.org>
# Date 1368428456 -28800
# Node ID 9075bc7ba894ee8e33ebcf6c943b43a8ec1e45ad
# Parent  374dfd876af2bd1beec0b9d513b68a82c42586c7
cc/gcc: Set CXX_FOR_BUILD for bare metal and canadian build.

From 4.8, g++ is used as the default compiler to build the toolchain.

Signed-off-by: Zhenqiang Chen <zhenqiang.chen@linaro.org>

diff -r 374dfd876af2 -r 9075bc7ba894 scripts/build/cc/gcc.sh
--- a/scripts/build/cc/gcc.sh   Fri May 03 17:12:15 2013 +0000
+++ b/scripts/build/cc/gcc.sh   Mon May 13 15:00:56 2013 +0800
@@ -432,6 +432,7 @@
         # configurations.
         if [ "${CT_BARE_METAL},${CT_CANADIAN}" = "y,y" ]; then
             repair_cc="CC_FOR_BUILD=${CT_BUILD}-gcc \
+                       CXX_FOR_BUILD=${CT_BUILD}-g++ \
                        GCC_FOR_TARGET=${CT_TARGET}-gcc"
         else
             repair_cc=""

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

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

* cc/gcc: Set CXX_FOR_BUILD for bare metal and canadian build.
  2013-05-14  3:36 [PATCH] cc/gcc: Set CXX_FOR_BUILD for bare metal and canadian build Zhenqiang Chen
@ 2013-05-14 16:58 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2013-05-14 16:58 UTC (permalink / raw)
  To: Zhenqiang Chen; +Cc: crossgcc

Zhenqiang, All,

Your patch:
    cc/gcc: Set CXX_FOR_BUILD for bare metal and canadian build.

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

Thank you!

Regards,
Yann E. MORIN.



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

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

end of thread, other threads:[~2013-05-14 16:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-14  3:36 [PATCH] cc/gcc: Set CXX_FOR_BUILD for bare metal and canadian build Zhenqiang Chen
2013-05-14 16:58 ` 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).