From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19135 invoked by alias); 2 Aug 2014 15:47:22 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 19117 invoked by uid 89); 2 Aug 2014 15:47:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: smtp.gentoo.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sat, 02 Aug 2014 15:47:18 +0000 Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id CD16133FEEF; Sat, 2 Aug 2014 15:47:16 +0000 (UTC) From: Mike Frysinger To: gdb@sourceware.org Cc: Joel Sherrill , Chris Johns Subject: Re: v850 simulator build issue Date: Sat, 02 Aug 2014 15:47:00 -0000 Message-ID: <4317216.65KSy8sOik@vapier> User-Agent: KMail/4.13.1 (Linux/3.14.2; KDE/4.13.1; x86_64; ; ) In-Reply-To: <5374CCC5.8020809@oarcorp.com> References: <5374CCC5.8020809@oarcorp.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2558774.33DbC6qAek"; micalg="pgp-sha1"; protocol="application/pgp-signature" X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00001.txt.bz2 --nextPart2558774.33DbC6qAek Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="us-ascii" Content-length: 755 On Thu 15 May 2014 09:18:45 Joel Sherrill wrote: > We have a build failure for the v850 simulator on a FreeBSD > host to run on mingw because igen/configure.ac does this >=20 > $ grep gcc * | grep -v ure: > configure.ac: CC_FOR_BUILD=3D${CC_FOR_BUILD-gcc} this isn't specific to igen. if you look through the tree, you'll see this= =20 pattern duplicated many times. it'd be nice if there was a single m4 in=20 config/ so we'd just call that, and then i think you could make a reasonabl= e=20 argument for expanding the default CC_FOR_BUILD search path to be more like= =20 the existing AC_PROG_CC. would be even nicer if autoconf itself had a AC_PROG_BUILD_CC (or however y= ou=20 want to name it), but let's start in the pond we control :). -mike= --nextPart2558774.33DbC6qAek Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAABAgAGBQJT3QgHAAoJEEFjO5/oN/WBj8wP/RxlDgO7uubqhI7KnywyGUyF yP0OtZwY+7DQdKuTn9Wht84HKKpykJMJ/zzs3und0PG5j3Emj7mfXw/46wMqNID2 2AIeUQhpqnp/lTcFwxLf10JiKPHKbPN6zCa4iwFfoipiOiFN6Vxz6h3EJCA/5hob p42C0U/HjVKqQIkl5ajKr3MGUP9Xqedo0rhUj4T3QVEan+EqV3JyoWdQd1NuXkAI wmuUZaC2MXpaI6WX9jfo4EyoMueRwWTi+fo97prOjPvkJ2bryQs0zvUAXmK8xdhv hhL1IN6EI86S5muhHPizfI6e3TspUtLACCG7/SVwgQEUuDl4jatMw/iMl1Q2RwmV OFGex8iq/GbzTcGu5Fs65RiDipLmWKOskEci02G654kN+c6/Nq52H4Du739ZyFBP ZpcrWDsUiZ8qt0zFt0Y9Ge2ZYppfOp7Qc1b5vgFtuTedJyNNp2t123pF/IJ4lDMB zu6O3rrYXJ22cfVQspnejtzVzobcyaCUsaQETqX4U8Cz7+ZAxtxUGxyRV2175OqJ tkeKsxkHB31NHIWiE9wQKoyo5cGsL2TV+rpgdYvTxggNReba5Z2sTgUtziYW2DwN wwqyZtzPglE3WHyeMYwKE0/82wb8zqA69V87k/ydjWItG2IxFJ0d/dzf3m2tTjxF JZlWipOPAy/yl9DmlZSV =SYJB -----END PGP SIGNATURE----- --nextPart2558774.33DbC6qAek--