diff options
author | 2017-01-23 10:49:12 +0000 | |
---|---|---|
committer | 2017-01-23 10:49:12 +0000 | |
commit | df8a9dd51a7eaf56ec58fdf793887093cbb4a60e (patch) | |
tree | f0153d75a4304f0e00bf2f51f1b5901e05375586 | |
parent | Add (temporary) workaround for the missing "dma-ranges" property in the (diff) | |
download | wireguard-openbsd-df8a9dd51a7eaf56ec58fdf793887093cbb4a60e.tar.xz wireguard-openbsd-df8a9dd51a7eaf56ec58fdf793887093cbb4a60e.zip |
quick blurb about the upcoming CLANG_ARCHS variable
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index e278104866d..67cfb3b4cea 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,5 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.442 2017/01/01 01:08:11 tb Exp $ + +.\" $OpenBSD: bsd.port.mk.5,v 1.443 2017/01/23 10:49:12 phessler Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +25,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: January 1 2017 $ +.Dd $Mdocdate: January 23 2017 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1683,8 +1684,8 @@ Path to the current port's directory, relative to ${PORTSDIR}, including flavors and subpackages. See .Xr pkgpath 7 . -.It Ev GCC3_ARCHS , GCC4_ARCHS -List of architectures using gcc 3.3.6, or gcc 4.2.1. +.It Ev GCC3_ARCHS , GCC4_ARCHS , CLANG_ARCHS +List of architectures using gcc 3.3.6, gcc 4.2.1, or clang 3.9.1. Read-only. Use with .Ev NOT_FOR_ARCHS |