diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2017-04-11 20:40:34 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2017-04-11 20:40:34 +0000 |
commit | 80221cbb143f75349221aa8f2f70bce7141d7868 (patch) | |
tree | 16cc5192593b88e09d8fbce72e704513d1b5917b /share/man/man5 | |
parent | e73d42783b3bdba5952de6bd2d0f632fe72b22a3 (diff) |
- Mention LIBCXX, prompted by espie@.
- Make it clear that CLANG_ARCHS, GCC3_ARCHS, GCC4_ARCHS refer to the base compiler.
Change "Clang 3.9.1" to just "Clang".
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 16310a8979b..89cfe43a187 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.456 2017/03/01 10:41:40 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.457 2017/04/11 20:40:33 sthen Exp $ .\" .\" Copyright (c) 2000-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: March 1 2017 $ +.Dd $Mdocdate: April 11 2017 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1239,7 +1239,7 @@ preferring various gnu programs, unless explicitly ask for them. Read-only, available for debugging purposes. .It Ev CLANG_ARCHS, GCC3_ARCHS , GCC4_ARCHS -List of architectures using Clang 3.9.1, GCC 3.3.6 or GCC 4.2.1. +List of architectures using Clang, GCC 3.3.6 or GCC 4.2.1 as the base compiler. Read-only. Use with .Ev NOT_FOR_ARCHS @@ -1747,6 +1747,11 @@ Controls the behavior of related targets, see .Cm print-package-args for details. +.It Ev LIBCXX +List of standard C++ libraries for the base compiler. +Read-only. +Use in +.Ev WANTLIB . .It Ev LIBTOOL Location of the libtool binary. Default: |