From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rock.gnat.com (rock.gnat.com [IPv6:2620:20:4000:0:a9e:1ff:fe9b:1d1]) by sourceware.org (Postfix) with ESMTP id 5E3A23858009 for ; Sun, 22 Nov 2020 11:56:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 5E3A23858009 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=none smtp.mailfrom=brobecke@local.brobecker.org Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 3D7CE1169A8; Sun, 22 Nov 2020 06:56:46 -0500 (EST) X-Virus-Scanned: Debian amavisd-new at gnat.com Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id N8ASmf86lg2V; Sun, 22 Nov 2020 06:56:46 -0500 (EST) Received: from float.home (localhost.localdomain [127.0.0.1]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by rock.gnat.com (Postfix) with ESMTPS id D4C3F116940; Sun, 22 Nov 2020 06:56:45 -0500 (EST) Received: by float.home (Postfix, from userid 1000) id 0258BA6B97; Sun, 22 Nov 2020 15:56:40 +0400 (+04) From: Joel Brobecker To: gdb-patches@sourceware.org Cc: Pedro Alves , Joel Brobecker Subject: [RFA/doco 3/4] gdb/README: Document the --with-libgmp-prefix configure option Date: Sun, 22 Nov 2020 15:56:29 +0400 Message-Id: <20201122115630.603666-4-brobecker@adacore.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20201122115630.603666-1-brobecker@adacore.com> References: <1605429345-78384-1-git-send-email-brobecker@adacore.com> <20201122115630.603666-1-brobecker@adacore.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-24.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Nov 2020 11:56:47 -0000 gdb/ChangeLog: * README: Document the --with-libgmp-prefix configure option. --- gdb/README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gdb/README b/gdb/README index 0ec1605ce5a..a7908453ba7 100644 --- a/gdb/README +++ b/gdb/README @@ -484,6 +484,11 @@ more obscure GDB `configure' options are not listed here. not have liblzma installed, you can get the latest version from `https://tukaani.org/xz/'. +`--with-libgmp-prefix=DIR' + Build GDB using the GMP library installed at the directory DIR. + If your host does not have GMP installed, you can get the latest + version at `https://gmplib.org/'. + `--with-mpfr' Build GDB with GNU MPFR, a library for multiple-precision floating-point computation with correct rounding. (Done by -- 2.25.1