From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10034 invoked by alias); 14 Oct 2013 05:14:55 -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 10016 invoked by uid 89); 14 Oct 2013 05:14:55 -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-SHA encrypted) ESMTPS; Mon, 14 Oct 2013 05:14:54 +0000 Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 1802933BF13; Mon, 14 Oct 2013 05:14:52 +0000 (UTC) From: Mike Frysinger To: gdb@sourceware.org Subject: Re: [gdb 7.6.1] configure --with-gmp - is it useful? Date: Mon, 14 Oct 2013 05:14:00 -0000 User-Agent: KMail/1.13.7 (Linux/3.10.6; KDE/4.6.5; x86_64; ; ) Cc: Sergio Durigan Junior , =?iso-8859-1?q?Fr=E9d=E9ric_Bron?= References: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2392690.GpeCHqfsUb"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201310140114.58219.vapier@gentoo.org> X-IsSubscribed: yes X-SW-Source: 2013-10/txt/msg00045.txt.bz2 --nextPart2392690.GpeCHqfsUb Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-length: 877 On Tuesday 08 October 2013 14:07:46 Sergio Durigan Junior wrote: > On Tuesday, October 08 2013, Fr=C3=A9d=C3=A9ric Bron wrote: > > configure --help says that we can add --with-{gmp,mpfr,mpc,isl,cloog} > > like we can do when building gcc. > > However, I do not see anything related to gmp in the build log. Are > > these options really useful to build gdb? >=20 > These are options from the top configure (i.e., src/configure). If you > look at GDB's configure (i.e., src/gdb/configure), you will see that > those options don't exit there. >=20 > OTOH, I'm not sure if those options are there because GCC used to be on > src/ as well, or because they are really needed to build some other > package on src/. the top level files are synced with gcc. the MAINTAINERS file describes it= =20 nicely. iow, these flags are to be expected, and no, they do not impact gd= b. -mike --nextPart2392690.GpeCHqfsUb Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. Content-length: 836 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) iQIcBAABAgAGBQJSW33SAAoJEEFjO5/oN/WBYF8P+wakFvtIqEVXNRybvGbztTH3 PQDMxGecMEqFjqGFVWqQ72yrbVk4O1slI/tzgGHF+JDvuSYjvZrqJOhMhw7TM566 yjmIR/mKp/mLX18Xcqh1XqqLCTeMXOYaUdcV6GS4FBKGxAOAUlIGaWJQheRqGjYj qEWTVxyfLzTUzslMSU+4iynEgHHwTJcsqWLFNFM/L1DZzqp7KlwkmMSALgswQyDu 0cpuUjFWM+9vXqz9gPJbx1s7lzXypZN0r95f5KSYqUppBrbU30Md1IARNetcuZ1J Ez0TpBdA0llEy3Y+cy+7GHE89RHRdJwepbUndLATXg6sFsQWHlVEp4wwyEl17K4m +XDSZIAJdtAsVq9Obx+V3ynwohGLiafs0CnJIa/g26MFFsHnb8C50rTDxfiixQA7 95CM8jNOF2pRBgpI/81ZYebcrHetrygdy6UfrRA/b3ShQUjTMIi5vDHO82ce9NEY Zz8A4vJsi2gQFCtHuWoQlrEshLSeGYT3virQHdSC17zPtwK6BvaPXaHhDmLcXD40 FMESTmc/50kvTytdAtV589CmZZHr1XzlnKcZUTnWq8qOUhxK92AV7jppcJSCyWNa e3eUcDaAytF3XfPTnD8EUG4Wyf0Nc5Rru6vEIvQtDOWa3GXmPOGtyW5zQZPImkx8 J5CBCCLNG1VttAf3w1AC =aIKy -----END PGP SIGNATURE----- --nextPart2392690.GpeCHqfsUb--