summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorSteven Mestdagh <steven@cvs.openbsd.org>2008-10-28 14:10:47 +0000
committerSteven Mestdagh <steven@cvs.openbsd.org>2008-10-28 14:10:47 +0000
commit31f4496fa4287bfaf634ef50c7e8386fc92a1e13 (patch)
treebd223fcc3bd981b0a2b34bd34399aebc58871340 /share
parentbb52e8e0a28aa60453f82547e9ea7fa7f0576d3f (diff)
clarify usage of gcc3/gcc4 modules a bit more.
ok ajacoutot@
Diffstat (limited to 'share')
-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