public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Add link to gmplib.org
@ 2023-01-04  5:32 Benson Muite
  2023-01-05  3:38 ` [PATCH 0/1] Update installation docs with gmplib link Benson Muite
  0 siblings, 1 reply; 6+ messages in thread
From: Benson Muite @ 2023-01-04  5:32 UTC (permalink / raw)
  To: gcc-patches

Link is missing from install documentation
---
 gcc/doc/install.texi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index ccc8d15fd08..18e8709a169 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -396,7 +396,8 @@ install the libraries.
 @table @asis
 @item GNU Multiple Precision Library (GMP) version 4.3.2 (or later)

-Necessary to build GCC@.  If a GMP source distribution is found in a
+Necessary to build GCC@.  It can be downloaded from
+@uref{https://gmplib.org/}.  If a GMP source distribution is found in a
 subdirectory of your GCC sources named @file{gmp}, it will be built
 together with GCC.  Alternatively, if GMP is already installed but it
 is not in your library search path, you will have to configure with the
-- 
2.39.0

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH 0/1] Update installation docs with gmplib link
  2023-01-04  5:32 [PATCH] Add link to gmplib.org Benson Muite
@ 2023-01-05  3:38 ` Benson Muite
  2023-01-05  3:38   ` [PATCH 1/1] Add link to gmplib.org Benson Muite
  0 siblings, 1 reply; 6+ messages in thread
From: Benson Muite @ 2023-01-05  3:38 UTC (permalink / raw)
  To: gcc-patches; +Cc: Benson Muite

Improved patch formatting

Benson Muite (1):
  Add link to gmplib.org

 gcc/doc/install.texi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
2.39.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH 1/1] Add link to gmplib.org
  2023-01-05  3:38 ` [PATCH 0/1] Update installation docs with gmplib link Benson Muite
@ 2023-01-05  3:38   ` Benson Muite
  2023-01-11 14:57     ` [ping][PATCH 1/1] docs: " Benson Muite
  0 siblings, 1 reply; 6+ messages in thread
From: Benson Muite @ 2023-01-05  3:38 UTC (permalink / raw)
  To: gcc-patches; +Cc: Benson Muite

Link is missing from install documentation

Signed-off-by: Benson Muite <benson_muite@emailplus.org>
---
 gcc/doc/install.texi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index ccc8d15fd08..18e8709a169 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -396,7 +396,8 @@ install the libraries.
 @table @asis
 @item GNU Multiple Precision Library (GMP) version 4.3.2 (or later)
 
-Necessary to build GCC@.  If a GMP source distribution is found in a
+Necessary to build GCC@.  It can be downloaded from
+@uref{https://gmplib.org/}.  If a GMP source distribution is found in a
 subdirectory of your GCC sources named @file{gmp}, it will be built
 together with GCC.  Alternatively, if GMP is already installed but it
 is not in your library search path, you will have to configure with the
-- 
2.39.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ping][PATCH 1/1] docs: Add link to gmplib.org
  2023-01-05  3:38   ` [PATCH 1/1] Add link to gmplib.org Benson Muite
@ 2023-01-11 14:57     ` Benson Muite
  2023-03-07 23:42       ` Sandra Loosemore
  0 siblings, 1 reply; 6+ messages in thread
From: Benson Muite @ 2023-01-11 14:57 UTC (permalink / raw)
  To: gcc-patches

Improvement to documentation from a new contributor without commit rights.

On 1/5/23 06:38, Benson Muite wrote:
> Link is missing from install documentation
> 
> Signed-off-by: Benson Muite <benson_muite@emailplus.org>
> ---
>  gcc/doc/install.texi | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
> index ccc8d15fd08..18e8709a169 100644
> --- a/gcc/doc/install.texi
> +++ b/gcc/doc/install.texi
> @@ -396,7 +396,8 @@ install the libraries.
>  @table @asis
>  @item GNU Multiple Precision Library (GMP) version 4.3.2 (or later)
>  
> -Necessary to build GCC@.  If a GMP source distribution is found in a
> +Necessary to build GCC@.  It can be downloaded from
> +@uref{https://gmplib.org/}.  If a GMP source distribution is found in a
>  subdirectory of your GCC sources named @file{gmp}, it will be built
>  together with GCC.  Alternatively, if GMP is already installed but it
>  is not in your library search path, you will have to configure with the


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ping][PATCH 1/1] docs: Add link to gmplib.org
  2023-01-11 14:57     ` [ping][PATCH 1/1] docs: " Benson Muite
@ 2023-03-07 23:42       ` Sandra Loosemore
  2023-03-08  6:26         ` Benson Muite
  0 siblings, 1 reply; 6+ messages in thread
From: Sandra Loosemore @ 2023-03-07 23:42 UTC (permalink / raw)
  To: Benson Muite, gcc-patches

On 1/11/23 07:57, Benson Muite via Gcc-patches wrote:
> Improvement to documentation from a new contributor without commit rights.
> 
> On 1/5/23 06:38, Benson Muite wrote:
>> Link is missing from install documentation

Thanks, I've pushed this patch.

-Sandra

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ping][PATCH 1/1] docs: Add link to gmplib.org
  2023-03-07 23:42       ` Sandra Loosemore
@ 2023-03-08  6:26         ` Benson Muite
  0 siblings, 0 replies; 6+ messages in thread
From: Benson Muite @ 2023-03-08  6:26 UTC (permalink / raw)
  To: Sandra Loosemore, gcc-patches

> Thanks, I've pushed this patch.
> 
> -Sandra
Appreciated. Thanks.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-03-08  6:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-04  5:32 [PATCH] Add link to gmplib.org Benson Muite
2023-01-05  3:38 ` [PATCH 0/1] Update installation docs with gmplib link Benson Muite
2023-01-05  3:38   ` [PATCH 1/1] Add link to gmplib.org Benson Muite
2023-01-11 14:57     ` [ping][PATCH 1/1] docs: " Benson Muite
2023-03-07 23:42       ` Sandra Loosemore
2023-03-08  6:26         ` Benson Muite

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).