From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12945 invoked by alias); 18 Jan 2012 07:28:31 -0000 Received: (qmail 12923 invoked by uid 22791); 18 Jan 2012 07:28:29 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-pw0-f41.google.com (HELO mail-pw0-f41.google.com) (209.85.160.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 18 Jan 2012 07:28:14 +0000 Received: by pbcc4 with SMTP id c4so4021357pbc.0 for ; Tue, 17 Jan 2012 23:28:14 -0800 (PST) MIME-Version: 1.0 Received: by 10.68.191.8 with SMTP id gu8mr1396814pbc.3.1326871694039; Tue, 17 Jan 2012 23:28:14 -0800 (PST) Received: by 10.143.7.4 with HTTP; Tue, 17 Jan 2012 23:28:13 -0800 (PST) In-Reply-To: References: Date: Wed, 18 Jan 2012 07:28:00 -0000 Message-ID: Subject: Re: libstdc++ configure fail due to -EL option From: Bryan Hundven To: Khem Raj Cc: Zhenqiang Chen , crossgcc@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes 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/msg00038.txt.bz2 On Tue, Jan 17, 2012 at 11:21 PM, Khem Raj wrote: > On Tue, Jan 17, 2012 at 11:09 PM, Zhenqiang Chen > wrote: >> =A0 =A0case "${CT_ARCH_ENDIAN}" in >> =A0 =A0 =A0 =A0big) >> =A0 =A0 =A0 =A0 =A0 =A0target_endian_eb=3Deb >> =A0 =A0 =A0 =A0 =A0 =A0target_endian_el=3D >> =A0 =A0 =A0 =A0 =A0 =A0CT_ARCH_ENDIAN_CFLAG=3D"-mbig-endian" >> =A0 =A0 =A0 =A0 =A0 =A0CT_ARCH_ENDIAN_LDFLAG=3D"-EB" >> =A0 =A0 =A0 =A0 =A0 =A0;; >> =A0 =A0 =A0 =A0little) >> =A0 =A0 =A0 =A0 =A0 =A0target_endian_eb=3D >> =A0 =A0 =A0 =A0 =A0 =A0target_endian_el=3Del >> =A0 =A0 =A0 =A0 =A0 =A0CT_ARCH_ENDIAN_CFLAG=3D"-mlittle-endian" >> =A0 =A0 =A0 =A0 =A0 =A0CT_ARCH_ENDIAN_LDFLAG=3D"-EL" >> =A0 =A0 =A0 =A0 =A0 =A0;; >> =A0 =A0esac > > if this code is generic then its a problem I =A0see that Khem, Did arm linker flags change lately? http://ftp.snapgear.org/pub/snapgear/tools/arm-linux/build-arm-linux-3.4.4 Steps 4 and 6, in this particular howto, and my toolchains have these options. Work just fine. -Bryan -- For unsubscribe information see http://sourceware.org/lists.html#faq