diff options
author | Pascal Stumpf <pascal@cvs.openbsd.org> | 2013-02-07 17:58:32 +0000 |
---|---|---|
committer | Pascal Stumpf <pascal@cvs.openbsd.org> | 2013-02-07 17:58:32 +0000 |
commit | 21d569fb3cd23e0296580e6e609e094e328511d0 (patch) | |
tree | 59cb4eaccf2e25d44bd7a06684a29975e2ddcaa5 /share/man/man5/port-modules.5 | |
parent | 8ace929406d6b0c172b9a852dd0daa8563ba8805 (diff) |
Default gcc version for gcc4 MODULE is now 4.6.
ok brad@ tobiasu@ espie@
Diffstat (limited to 'share/man/man5/port-modules.5')
-rw-r--r-- | share/man/man5/port-modules.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 1ef44336834..47d02d4f2c7 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.153 2013/02/04 13:33:04 jmc Exp $ +.\" $OpenBSD: port-modules.5,v 1.154 2013/02/07 17:58:31 pascal Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 4 2013 $ +.Dd $Mdocdate: February 7 2013 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -497,7 +497,7 @@ is not gcc4 (defined by .Pa /usr/share/mk/bsd.own.mk ) , and architecture is in .Ev MODGCC4_ARCHS , -then the gcc 4.2 compilers will be put at the front of the path. +then the gcc4 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 .Ev MODGCC4_LANGS @@ -505,7 +505,7 @@ If other languages are needed, they must be listed in The .Ev MODGCC4_VERSION variable can be used to change the version of gcc. -By default gcc 4.2 is used. +By default gcc 4.6 is used. If .Ev MODGCC4_LANGS contains c++, this module provides |