Date: Thu, 22 Jul 2021 14:14:07 GMT From: Ceri Davies <ceri@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: bbc0ad6003 - main - developers-handbook: correct gcc port category Message-ID: <202107221414.16MEE743049375@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ceri: URL: https://cgit.FreeBSD.org/doc/commit/?id=bbc0ad60033e3850fb30d09f98560422a6f306dc commit bbc0ad60033e3850fb30d09f98560422a6f306dc Author: Ceri Davies <ceri@FreeBSD.org> AuthorDate: 2021-07-22 14:12:42 +0000 Commit: Ceri Davies <ceri@FreeBSD.org> CommitDate: 2021-07-22 14:13:54 +0000 developers-handbook: correct gcc port category --- documentation/content/en/books/developers-handbook/tools/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/developers-handbook/tools/_index.adoc b/documentation/content/en/books/developers-handbook/tools/_index.adoc index 8dfcbaaa0e..472f8c2361 100644 --- a/documentation/content/en/books/developers-handbook/tools/_index.adoc +++ b/documentation/content/en/books/developers-handbook/tools/_index.adoc @@ -174,7 +174,7 @@ Using Emacs as an IDE is discussed in <<emacs>>. == Compiling with `cc` This section deals with the clang compiler for C and C++, as it's installed with the FreeBSD base system. -Starting with FreeBSD 10.X `clang` is installed as `cc`; the GNU compiler package:devel/gcc[gcc] is available in the Ports Collection. +Starting with FreeBSD 10.X `clang` is installed as `cc`; the GNU compiler package:lang/gcc[gcc] is available in the Ports Collection. The details of producing a program with an interpreter vary considerably between interpreters, and are usually well covered in the documentation and on-line help for the interpreter. Once you have written your masterpiece, the next step is to convert it into something that will (hopefully!) run on FreeBSD.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107221414.16MEE743049375>