From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15207 invoked by alias); 18 Jan 2012 08:02:21 -0000 Received: (qmail 15193 invoked by uid 22791); 18 Jan 2012 08:02:20 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM X-Spam-Check-By: sourceware.org Received: from r-mail2.rd.francetelecom.com (HELO r-mail2.rd.francetelecom.com) (217.108.152.42) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 18 Jan 2012 08:01:59 +0000 Received: from r-mail2.rd.francetelecom.com (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id BAE2E5D89A7; Wed, 18 Jan 2012 09:01:57 +0100 (CET) Received: from ftrdsmtp1.rd.francetelecom.fr (unknown [10.192.128.46]) by r-mail2.rd.francetelecom.com (Postfix) with ESMTP id ADDA95D8340; Wed, 18 Jan 2012 09:01:57 +0100 (CET) Received: from ftrdmel11.rd.francetelecom.fr ([10.192.128.45]) by ftrdsmtp1.rd.francetelecom.fr with Microsoft SMTPSVC(6.0.3790.4675); Wed, 18 Jan 2012 09:01:57 +0100 Received: from r-lnx-ilmarinen.localnet ([10.194.59.183]) by ftrdmel11.rd.francetelecom.fr with Microsoft SMTPSVC(6.0.3790.4675); Wed, 18 Jan 2012 09:01:56 +0100 From: "Yann E. MORIN" To: crossgcc@sourceware.org Subject: Re: libstdc++ configure fail due to -EL option Date: Wed, 18 Jan 2012 08:02:00 -0000 User-Agent: KMail/1.13.5 (Linux/3.2.1-ilmarinen-nv; KDE/4.4.5; x86_64; ; ) Cc: Khem Raj , Zhenqiang Chen References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <201201180901.56593.yann.morin.1998@free.fr> Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org X-SW-Source: 2012-01/txt/msg00039.txt.bz2 On Wednesday 18 January 2012 08:21:50 Khem Raj wrote: > On Tue, Jan 17, 2012 at 11:09 PM, Zhenqiang Chen > wrote: > > case "${CT_ARCH_ENDIAN}" in > > big) > > target_endian_eb=3Deb > > target_endian_el=3D > > CT_ARCH_ENDIAN_CFLAG=3D"-mbig-endian" > > CT_ARCH_ENDIAN_LDFLAG=3D"-EB" > > ;; > > little) > > target_endian_eb=3D > > target_endian_el=3Del > > CT_ARCH_ENDIAN_CFLAG=3D"-mlittle-endian" > > CT_ARCH_ENDIAN_LDFLAG=3D"-EL" > > ;; > > esac >=20 > if this code is generic then its a problem I see that >=20 =46rom the ld manpage on my Debian Squeeze, binutils : ---8<--- Here is a table of the generic command line switches accepted by the GNU li= nker: [--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. --=20 .-----------------.--------------------.------------------.----------------= ----. | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspira= cy: | | +0/33 662376056 | Software Designer | \ / CAMPAIGN | ^ = | | --=3D=3D< O_o >=3D=3D-- '------------.-------: X AGAINST | /e\ T= here is no | | http://ymorin.is-a-geek.org/ | (*_*) | / \ HTML MAIL | """ conspirac= y. | '------------------------------'-------'------------------'----------------= ----' -- For unsubscribe information see http://sourceware.org/lists.html#faq