public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: crossgcc@sourceware.org
Cc: Khem Raj <raj.khem@gmail.com>,
	Zhenqiang Chen <zhenqiang.chen@linaro.org>
Subject: Re: libstdc++ configure fail due to -EL option
Date: Wed, 18 Jan 2012 08:02:00 -0000	[thread overview]
Message-ID: <201201180901.56593.yann.morin.1998@free.fr> (raw)
In-Reply-To: <CAMKF1so2bZZBBXyyWh0Bm2vTRXLoaWaYSruBm=PNFRTzuJk7Bg@mail.gmail.com>

On Wednesday 18 January 2012 08:21:50 Khem Raj wrote:
> On Tue, Jan 17, 2012 at 11:09 PM, Zhenqiang Chen
> <zhenqiang.chen@linaro.org> wrote:
> >    case "${CT_ARCH_ENDIAN}" in
> >        big)
> >            target_endian_eb=eb
> >            target_endian_el=
> >            CT_ARCH_ENDIAN_CFLAG="-mbig-endian"
> >            CT_ARCH_ENDIAN_LDFLAG="-EB"
> >            ;;
> >        little)
> >            target_endian_eb=
> >            target_endian_el=el
> >            CT_ARCH_ENDIAN_CFLAG="-mlittle-endian"
> >            CT_ARCH_ENDIAN_LDFLAG="-EL"
> >            ;;
> >    esac
> 
> if this code is generic then its a problem I  see that
> 

From the ld manpage on my Debian Squeeze, binutils :

---8<---
Here is a table of the generic command line switches accepted by the GNU linker:
[--SNIP--]
    -EB Link big-endian objects.  This affects the default output format.

    -EL Link little-endian objects.  This affects the default output format.
---8<---

$ ld --version
GNU ld (GNU Binutils for Debian) 2.20.1-system.20100303

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +0/33 662376056 | Software  Designer | \ / CAMPAIGN     |   ^                |
| --==< O_o >==-- '------------.-------:  X  AGAINST      |  /e\  There is no  |
| http://ymorin.is-a-geek.org/ | (*_*) | / \ HTML MAIL    |  """  conspiracy.  |
'------------------------------'-------'------------------'--------------------'

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

  parent reply	other threads:[~2012-01-18  8:02 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-18  5:36 Zhenqiang Chen
2012-01-18  5:43 ` Bryan Hundven
2012-01-18  5:52 ` Khem Raj
2012-01-18  7:09   ` Zhenqiang Chen
2012-01-18  7:10     ` Bryan Hundven
2012-01-18  7:22     ` Khem Raj
2012-01-18  7:28       ` Bryan Hundven
2012-01-18  8:02       ` Yann E. MORIN [this message]
     [not found]         ` <CAJ+oik0gsKpXgzR4cOxhyujv+=H-fuFsuhRouch9T2hz73U2FA@mail.gmail.com>
2012-01-18  8:47           ` Yann E. MORIN
2012-01-18  8:52             ` Zhenqiang Chen
2012-01-18 10:28     ` Mike Frysinger
2012-01-23 21:08       ` Bryan Hundven
2012-01-23 22:08         ` Mike Frysinger
2012-01-23 22:13           ` Bryan Hundven
2012-01-23 22:37           ` Yann E. MORIN
2012-01-23 23:55             ` Mike Frysinger

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=201201180901.56593.yann.morin.1998@free.fr \
    --to=yann.morin.1998@free.fr \
    --cc=crossgcc@sourceware.org \
    --cc=raj.khem@gmail.com \
    --cc=zhenqiang.chen@linaro.org \
    /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).