1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255326
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++.