From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13200 invoked by alias); 8 Oct 2013 13:27:51 -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 13184 invoked by uid 89); 8 Oct 2013 13:27:50 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f173.google.com Received: from mail-wi0-f173.google.com (HELO mail-wi0-f173.google.com) (209.85.212.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 08 Oct 2013 13:27:49 +0000 Received: by mail-wi0-f173.google.com with SMTP id hq15so6552023wib.0 for ; Tue, 08 Oct 2013 06:27:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=KPYgs9FY0k7ep5+n1DnuaPE3m0DtcDmAHwQ0MUZmFNE=; b=MxwgIx2dHHhhF2NwGk4QTzRCsP7qvdf2jO3YkRXBo4OcvUINPNtpu1mrdEb6+OjTLZ 4LpUvdBpnaxxi5o8nTkzpPD1KxsCjSdVJISQbnh/hgAJmWzrKpvoqyxTjthcuxO4s5Y6 BgkYpK42WEiPtU/W4tJi3VdU59LkqA53EuaRqaLw8qxo7XWRrTbyWKyyTKvf9EXq0MFq KBdBKr31lzozhuH2ku0aF/KxChzWxZwg4PreoM6W7td/rcRscEpPRQyDAY/k01PH2ctQ /YZCmcFkvhXdVBbyaE44mwX77+dSmHMav/VzqBUtLytrTcXho3wbkm6Amv9drK9M99T0 AOjw== X-Gm-Message-State: ALoCoQkua3OPwOk9vf+HdVdT81EiRfmgo6qrs6UkyKTUcbQfOeFE0Fq5GfNyOwnQL8HSeYNSZC6x X-Received: by 10.194.77.41 with SMTP id p9mr1704708wjw.66.1381238866001; Tue, 08 Oct 2013 06:27:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.180.136 with HTTP; Tue, 8 Oct 2013 06:27:05 -0700 (PDT) From: =?ISO-8859-1?Q?Fr=E9d=E9ric_Bron?= Date: Tue, 08 Oct 2013 13:27:00 -0000 Message-ID: Subject: [gdb 7.6.1] configure --with-gmp - is it useful? To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2013-10/txt/msg00031.txt.bz2 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? Regards, Fr=E9d=E9ric