summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteven <steven@openbsd.org>2008-10-28 14:10:46 +0000
committersteven <steven@openbsd.org>2008-10-28 14:10:46 +0000
commit60a8d3bdf1f83d9ca27c8066c52b36996424e6ee (patch)
treeb9fdf50a38ed5f9169346e96d04328f9b93bda70
parentDo the DNS resolution in a seperate process. A lot of code is copied from ntpd. (diff)
downloadwireguard-openbsd-60a8d3bdf1f83d9ca27c8066c52b36996424e6ee.tar.xz
wireguard-openbsd-60a8d3bdf1f83d9ca27c8066c52b36996424e6ee.zip
clarify usage of gcc3/gcc4 modules a bit more.
ok ajacoutot@
-rw-r--r--share/man/man5/port-modules.510
1 files changed, 8 insertions, 2 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5
index aecedf5c088..edfab399116 100644
--- a/share/man/man5/port-modules.5
+++ b/share/man/man5/port-modules.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: port-modules.5,v 1.24 2008/10/28 13:29:55 ajacoutot Exp $
+.\" $OpenBSD: port-modules.5,v 1.25 2008/10/28 14:10:46 steven Exp $
.\"
.\" Copyright (c) 2008 Marc Espie
.\"
@@ -357,10 +357,16 @@ If USE_GCC3=No (defined by
.Pa /usr/share/mk/bsd.own.mk )
, and architecture is in MODGCC3_ARCHES, then the gcc 3.3.6
compilers will be put at the front of the path.
+By default, only C language support is included by this module.
+If other languages are needed, they must be listed in MODGCC3_LANGS
+(e.g. c++, g77).
.It gcc4
-If USE_GCC4=No (undefined by default), and architecture is in
+If USE_GCC4=No (the default), and architecture is in
MODGCC4_ARCHES, then the gcc 4.2 compilers will be put at the front of
the path.
+By default, only C language support is included by this module.
+If other languages are needed, they must be listed in MODGCC4_LANGS
+(e.g. c++, g77).
.It gnu
This module is documented in the main
.Xr bsd.port.mk 5