From 11723f5d07331708985dfd3eb9b05163dde990e5 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sun, 9 Mar 2025 15:04:53 -0400 Subject: [PATCH] Give correct link to the rest of the GCC documentation. --- c.texi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/c.texi b/c.texi index 243b679..c0647ae 100644 --- a/c.texi +++ b/c.texi @@ -12489,8 +12489,7 @@ last step is to @dfn{link} the many object files together into a single executable for the whole program. The full details of how to compile C programs (and other programs) -with GCC are documented in xxxx. -@c ??? ref +with GCC are available via @url{https://gcc.gnu.org/onlinedocs/}. Here we give only a simple introduction. These commands compile two compilation modules, @file{foo.c} and