From 48dff0ad7fea72c7fb142321d17dd6561baf7378 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Tue, 11 Aug 2009 04:19:14 +0200 Subject: [PATCH] List NO_GCC44 in make.conf and add some lines to the manpage for it. --- etc/defaults/make.conf | 1 + share/man/man5/make.conf.5 | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 90232df015..18738b9885 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -108,6 +108,7 @@ THREAD_LIB?= thread_xu #NO_CVS= true # do not build CVS #NO_GAMES= true # do not enter the games subdirectory #NO_GCC34= true # do not build gcc-3.4 +#NO_GCC44= true # do not build gcc-4.4 #NO_GDB= true # do not build GDB #NO_I4B= true # do not build isdn4bsd package #NO_IPFILTER= true # do not build IP Filter package diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5 index 0575f38c94..c40eb4db69 100644 --- a/share/man/man5/make.conf.5 +++ b/share/man/man5/make.conf.5 @@ -25,7 +25,7 @@ .\" $FreeBSD: src/share/man/man5/make.conf.5,v 1.12.2.30 2003/05/18 17:05:55 brueffer Exp $ .\" $DragonFly: src/share/man/man5/make.conf.5,v 1.38 2008/11/03 00:25:45 pavalos Exp $ .\" -.Dd August 6, 2009 +.Dd August 11, 2009 .Dt MAKE.CONF 5 .Os .Sh NAME @@ -335,6 +335,9 @@ Set to not build games. .It Va NO_GCC34 .Pq Vt bool Set to not build the older version of GCC (3.4). +.It Va NO_GCC44 +.Pq Vt bool +Set to not build the newer version of GCC (4.4). .It Va NO_GDB .Pq Vt bool Set to not build -- 2.41.0