diff options
author | 2012-04-05 18:33:16 +0000 | |
---|---|---|
committer | 2012-04-05 18:33:16 +0000 | |
commit | e303fde7848237b3cfdff11d529c20909bcd614a (patch) | |
tree | 59bf9401dadc32256ed116cf48749f6755052e78 | |
parent | rate-limit accepting of new connections while we are experiencing (diff) | |
download | wireguard-openbsd-e303fde7848237b3cfdff11d529c20909bcd614a.tar.xz wireguard-openbsd-e303fde7848237b3cfdff11d529c20909bcd614a.zip |
Mention clang module.
-rw-r--r-- | share/man/man5/port-modules.5 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index eeaca8f18de..cf6e4195525 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.124 2012/04/04 05:49:55 ajacoutot Exp $ +.\" $OpenBSD: port-modules.5,v 1.125 2012/04/05 18:33:16 sthen 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: April 4 2012 $ +.Dd $Mdocdate: April 5 2012 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -555,6 +555,14 @@ as well as a target (if not already defined). It heeds .Ev NO_BUILD . +.It lang/clang +Similar to gcc3 and gcc4 modules. +If architecture is in MODGCC3_ARCHS, the CLang compilers will be +put at the front of the path. +By default, only C language support is included by this module. +If other languages are needed, they must be listed in +.Ev MODCLANG_LANGS +(e.g. c++). .It lang/ghc Sets .Ev ONLY_FOR_ARCHS , |