From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 113406 invoked by alias); 27 Jul 2016 20:19:03 -0000 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 Received: (qmail 113368 invoked by uid 89); 27 Jul 2016 20:19:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.4 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=H*r:channel, H*r:secured, H*r:over, Hx-spam-relays-external:unknown X-HELO: p01c11o141.mxlogic.net Received: from p01c11o141.mxlogic.net (HELO p01c11o141.mxlogic.net) (208.65.144.64) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 27 Jul 2016 20:18:50 +0000 Received: from unknown [76.164.174.83] (EHLO p01c11o141.mxlogic.net) by p01c11o141.mxlogic.net(mxl_mta-8.5.0-13) with ESMTP id a2719975.2b42b1a28940.2700414.00-594.6846637.p01c11o141.mxlogic.net (envelope-from ); Wed, 27 Jul 2016 14:18:50 -0600 (MDT) X-MXL-Hash: 5799172a61d92e75-c950ebc712b01c0e3d027efd8a63a8f12f0a7688 Received: from unknown [76.164.174.83] by p01c11o141.mxlogic.net(mxl_mta-8.5.0-13) over TLS secured channel with SMTP id 72719975.0.2700399.00-292.6846590.p01c11o141.mxlogic.net (envelope-from ); Wed, 27 Jul 2016 14:18:47 -0600 (MDT) X-MXL-Hash: 5799172748fdd8e4-cdfab1814197d67d52592918877ac1322b3a371d Received: from ex-mb1.corp.adtran.com ([fe80::51a3:972d:5f16:9952]) by ex-hc2.corp.adtran.com ([fe80::a019:449b:3f62:28e5%10]) with mapi id 14.03.0301.000; Wed, 27 Jul 2016 15:18:46 -0500 From: ANDY KENNEDY To: 'Stefan Hallas Mulvad' CC: "crossgcc@sourceware.org" Subject: RE: GDB build failure from tip Date: Wed, 27 Jul 2016 20:19:00 -0000 Message-ID: References: <016D099B-EDBA-4F00-89B4-0BC50E95A99E@hallas.nu> In-Reply-To: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-AnalysisOut: [v=2.1 cv=MNRm7Ztl c=1 sm=1 tr=0 a=5zDNsY1we+1mvVcp/5+1jQ==] X-AnalysisOut: [:117 a=5zDNsY1we+1mvVcp/5+1jQ==:17 a=6wZVaaWV7AoA:10 a=kj9] X-AnalysisOut: [zAlcOel0A:10 a=xqWC_Br6kY4A:10 a=cAmyUtKerLwA:10 a=CCpqsmh] X-AnalysisOut: [AAAAA:8 a=eJNrpioGAAAA:8 a=rJQoT7y64uvOgSH-Jc0A:9 a=CjuIK1] X-AnalysisOut: [q_8ugA:10 a=2wkYanB4cVUA:10 a=ul9cdbp4aOFLsgKbc677:22 a=lG] X-AnalysisOut: [Wzi0NnWLiY2xPCY--v:22] X-Spam: [F=0.5199920032; CM=0.500; MH=0.519(2016072725); S=0.200(2015072901)] X-MAIL-FROM: X-IsSubscribed: yes X-SW-Source: 2016-07/txt/msg00009.txt.bz2 Been one of those months... > -----Original Message----- > From: Stefan Hallas Mulvad [mailto:shm@hallas.nu] > Sent: Wednesday, July 27, 2016 1:12 PM > To: ANDY KENNEDY > Cc: crossgcc@sourceware.org > Subject: Re: GDB build failure from tip >=20 > Hi Andy, >=20 > Sorry, should have mentioned that - glad it worked out ;=3D) >=20 > Best regards, > Stefan >=20 > > On Jul 27, 2016, at 10:31 AM, ANDY KENNEDY wr= ote: > > > > Stefan, > > > > Thanks! That did work (after I saved the file -- you didn't > > tell me I had to make the change AND save the file ;)). > > > > Andy > > > >> -----Original Message----- > >> From: crossgcc-owner@sourceware.org [mailto:crossgcc-owner@sourceware.= org] On Behalf Of ANDY > KENNEDY > >> Sent: Tuesday, July 26, 2016 7:13 PM > >> To: 'Stefan Hallas Mulvad' > >> Cc: crossgcc@sourceware.org > >> Subject: RE: GDB build failure from tip > >> > >> Stefan, > >> > >> Looks like I was seriously confused on the below... > >> > >> So, I guess the below "CROSS_STATIC" means the gdb built > >> for the TARGET to run on HOST. . . > >> > >> This seems too confusing to me (and backwards). > >> > >> Anyways, using your patch now and I found that it didn't work. > >> > >> Thanks! > >> > >> Andy > >> > >>> Line 95: > >>> CC_for_gdb=3D"${CT_HOST}-gcc ${CT_CFLAGS_FOR_HOST} ${CT_LDFLAG= S_FOR_HOST}" > >>> LD_for_gdb=3D"${CT_HOST}-ld ${CT_LDFLAGS_FOR_HOST}" > >>> if [ "${CT_GDB_CROSS_STATIC}" =3D "y" ]; then > >>> CC_for_gdb+=3D" -static" > >>> LD_for_gdb+=3D" -static" > >>> fi > >>> > >>> Line 195: > >>> [ "${CT_TOOLCHAIN_ENABLE_NLS}" !=3D "y" ] && \ > >>> native_extra_config+=3D("--disable-nls") > >>> > >>> if [ "${CT_GDB_NATIVE_STATIC}" =3D "y" ]; then > >>> CC_for_gdb=3D"${CT_TARGET}-gcc -static" > >>> LD_for_gdb=3D"${CT_TARGET}-ld -static" > >>> else > >>> CC_for_gdb=3D"${CT_TARGET}-gcc" > >>> LD_for_gdb=3D"${CT_TARGET}-ld" > >>> fi > >>> > >>> Thanks for the info, though! > >>> > >>> Andy > >>> > >>>> > >>>> Hope it works, > >>>> > >>>> Best regards, > >>>> Stefan > >>> > >>> > >>> -- > >>> For unsubscribe information see http://sourceware.org/lists.html#faq > >> > >> > >> -- > >> For unsubscribe information see http://sourceware.org/lists.html#faq > > > > > > -- > > For unsubscribe information see http://sourceware.org/lists.html#faq > > -- For unsubscribe information see http://sourceware.org/lists.html#faq