diff options
author | Anthony J. Bentley <bentley@cvs.openbsd.org> | 2015-07-19 05:58:01 +0000 |
---|---|---|
committer | Anthony J. Bentley <bentley@cvs.openbsd.org> | 2015-07-19 05:58:01 +0000 |
commit | 674e5415aa247358896ea0593be06a17fa27a311 (patch) | |
tree | 6e808a5cb6a7e822e7768dd84d96944d496a66b2 /share | |
parent | 7a7b3e4b2bf92a9567a23b50cdd06db160cf94d2 (diff) |
Update default gcc version.
ok sthen@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/port-modules.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 378f709ad9b..b61e9baebd2 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.191 2015/07/18 09:25:35 jmc Exp $ +.\" $OpenBSD: port-modules.5,v 1.192 2015/07/19 05:58:00 bentley 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: July 18 2015 $ +.Dd $Mdocdate: July 19 2015 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -662,7 +662,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.6 is used. +By default gcc 4.9 is used. If .Ev MODGCC4_LANGS contains c++, this module provides |