Add WITH_GCC alongside WITHOUT_GCC.

Remove the comment from WITHOUT_GCC about this not working without an
alternate toolchain, we have clang now.
This commit is contained in:
Niclas Zeising 2013-09-06 20:49:48 +00:00
parent a5bfe4486c
commit 1ff238b888
2 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,2 @@
.\" $FreeBSD$
Set to not install gcc and g++.
.Bf -symbolic
The option does not generally work for build targets, unless some alternative
toolchain is enabled.
.Ef
Set to not build and install gcc and g++.

View File

@ -0,0 +1,2 @@
.\" $FreeBSD$
Set to build and install gcc and g++.