mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04: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:
parent
a5bfe4486c
commit
1ff238b888
2 changed files with 3 additions and 5 deletions
|
|
@ -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++.
|
||||
|
|
|
|||
2
tools/build/options/WITH_GCC
Normal file
2
tools/build/options/WITH_GCC
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
.\" $FreeBSD$
|
||||
Set to build and install gcc and g++.
|
||||
Loading…
Reference in a new issue