public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
From: Michael Hope <michael.hope@linaro.org>
To: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Cc: crossgcc@sourceware.org, patches@linaro.org
Subject: Re: [PATCH] scripts: support building with the LSB wrappers
Date: Mon, 28 Nov 2011 00:44:00 -0000	[thread overview]
Message-ID: <CANLjY-=vgJnTJZeErHnXjrxgDYfynk8OG5rmJ0medPEUiQ6jww@mail.gmail.com> (raw)
In-Reply-To: <edadd06cb17fd3a45501.1322438247@crucis>

>  comment "Host system"
> diff -r 49af7802dcd5 -r edadd06cb17f scripts/crosstool-NG.sh.in
> --- a/scripts/crosstool-NG.sh.in        Tue Nov 22 10:08:10 2011 +0100
> +++ b/scripts/crosstool-NG.sh.in        Mon Nov 28 12:56:25 2011 +1300
> @@ -390,6 +390,13 @@
>         fi
>
>         for tool in ar as dlltool gcc g++ gcj gnatbind gnatmake ld nm objcopy objdump ranlib strip windres; do
> +            # Re-map GCC and G++ to the corresponding LSB names
> +            case "${CT_BUILD_USE_LSBCC},${m},${tool}" in
> +                y,BUILD,gcc)  target="lsbcc";;
> +                y,BUILD,g++)  target="lsbc++";;

Which should read HOST, not BUILD...

-- Michael

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

  reply	other threads:[~2011-11-28  0:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-27 23:57 Michael Hope
2011-11-28  0:44 ` Michael Hope [this message]
2011-11-28 18:33 ` Yann E. MORIN
2011-11-28 19:20   ` Michael Hope

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='CANLjY-=vgJnTJZeErHnXjrxgDYfynk8OG5rmJ0medPEUiQ6jww@mail.gmail.com' \
    --to=michael.hope@linaro.org \
    --cc=crossgcc@sourceware.org \
    --cc=patches@linaro.org \
    --cc=yann.morin.1998@anciens.enib.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).