public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
From: Zhenqiang Chen <zhenqiang.chen@linaro.org>
To: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: crossgcc@sourceware.org
Subject: [PATCH] bugfix: core_prefix_dir should be prefix in gcc.sh
Date: Mon, 27 Feb 2012 07:31:00 -0000	[thread overview]
Message-ID: <CACgzC7AA=zp5HfYRk=mLYwDTD2uuyfrjcwuiwBxNUEVHxb-5gw@mail.gmail.com> (raw)

exporting patch:
# HG changeset patch
# User Zhenqiang Chen <zhenqiang.chen@linaro.org>
# Date 1330327458 -28800
# Node ID 9796f53c7bab5a5bd281ae18f53d6dd6739ec84a
# Parent  369e2fbe9010a1911d61b56c977d2c94949daef9
cc/gcc: Update core_prefix_dir to prefix.

core_prefix_dir is not defined. It should be prefix.
Signed-off-by: Zhenqiang Chen <zhenqiang.chen@linaro.org>

diff -r 369e2fbe9010 -r 9796f53c7bab scripts/build/cc/gcc.sh
--- a/scripts/build/cc/gcc.sh	Sun Jul 24 19:35:24 2011 +0200
+++ b/scripts/build/cc/gcc.sh	Mon Feb 27 15:24:18 2012 +0800
@@ -463,7 +463,7 @@
     CT_DoExecLog ALL ln -sfv "${CT_TARGET}-gcc${ext}"
"${prefix}/bin/${CT_TARGET}-cc${ext}"

     if [ "${CT_MULTILIB}" = "y" ]; then
-        multilibs=( $( "${core_prefix_dir}/bin/${CT_TARGET}-gcc"
-print-multi-lib   \
+        multilibs=( $( "${prefix}/bin/${CT_TARGET}-gcc" -print-multi-lib   \
                        |tail -n +2 ) )
         if [ ${#multilibs[@]} -ne 0 ]; then
             CT_DoLog EXTRA "gcc configured with these multilibs
(besides the default):"

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

                 reply	other threads:[~2012-02-27  7:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CACgzC7AA=zp5HfYRk=mLYwDTD2uuyfrjcwuiwBxNUEVHxb-5gw@mail.gmail.com' \
    --to=zhenqiang.chen@linaro.org \
    --cc=crossgcc@sourceware.org \
    --cc=yann.morin.1998@free.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).