From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31488 invoked by alias); 8 Oct 2013 18:07:54 -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 31474 invoked by uid 89); 8 Oct 2013 18:07:53 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.9 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 08 Oct 2013 18:07:53 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r98I7n00002089 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 8 Oct 2013 14:07:49 -0400 Received: from psique (ovpn-113-21.phx2.redhat.com [10.3.113.21]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r98I7k0D005798 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 8 Oct 2013 14:07:48 -0400 From: Sergio Durigan Junior To: =?utf-8?B?RnLDqWTDqXJpYw==?= Bron Cc: gdb@sourceware.org Subject: Re: [gdb 7.6.1] configure --with-gmp - is it useful? References: X-URL: http://www.redhat.com Date: Tue, 08 Oct 2013 18:07:00 -0000 In-Reply-To: (=?utf-8?B?IkZyw6lkw6lyaWM=?= Bron"'s message of "Tue, 8 Oct 2013 15:27:05 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2013-10/txt/msg00032.txt.bz2 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? 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. 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/. --=20 Sergio