diff options
author | 2017-11-17 00:26:11 +0000 | |
---|---|---|
committer | 2017-11-17 00:26:11 +0000 | |
commit | 2f87a82be501a8a414e1598f29ba7956a1bf7872 (patch) | |
tree | dcdb8be5f53e4d17ca0e8ed61ddfdf1197ae0620 | |
parent | fix SEE ALSO; (diff) | |
download | wireguard-openbsd-2f87a82be501a8a414e1598f29ba7956a1bf7872.tar.xz wireguard-openbsd-2f87a82be501a8a414e1598f29ba7956a1bf7872.zip |
the COMPILER transition mechanism is gone
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 37238c84c37..0772ad2d4a4 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.466 2017/08/22 10:40:27 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.467 2017/11/17 00:26:11 naddy 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: August 22 2017 $ +.Dd $Mdocdate: November 17 2017 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1278,15 +1278,6 @@ never matches. Defaults to base compilers, e.g., .Sq base-clang base-gcc gcc3 . .Pp -As a transition mechanism, -.Sq gcc -is a shortcut for -.Sq base-clang ports-gcc -and -.Sq clang -is a shortcut for -.Sq base-clang ports-clang . -.Pp Common reasons for explicitly setting .Ev COMPILER will most often be C++11 support, thread-local-storage support (emulated), |