diff options
author | Peter Hessler <phessler@cvs.openbsd.org> | 2017-01-23 10:49:13 +0000 |
---|---|---|
committer | Peter Hessler <phessler@cvs.openbsd.org> | 2017-01-23 10:49:13 +0000 |
commit | 39b9b579d6f7062d86687293a028039f20b02907 (patch) | |
tree | 5b076b53e11a70de1320cb6ace684fab698ca14d /share | |
parent | 3a9c6777105bfb98166e328518dc9f86a0c6d41a (diff) |
quick blurb about the upcoming CLANG_ARCHS variable
Diffstat (limited to 'share')
-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 |