libstdc++ configure fail due to -EL option

Yann E. MORIN yann.morin.1998@free.fr
Wed Jan 18 08:02:00 GMT 2012


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



More information about the crossgcc mailing list