diff options
author | Nayden Markatchev <nayden@cvs.openbsd.org> | 2017-08-23 01:27:00 +0000 |
---|---|---|
committer | Nayden Markatchev <nayden@cvs.openbsd.org> | 2017-08-23 01:27:00 +0000 |
commit | ddea9bd3c1d73880ca8d4306e59c7ed7f08881b7 (patch) | |
tree | 193a7115dc99fb52feced432d83c9602f647f757 | |
parent | 47ef1384d491d1f178d76ebb32c2a62d2d01653f (diff) |
Update the INSTALL docs to reflect the removal of Objective-C support from
comp62.
ok tom@
-rw-r--r-- | distrib/notes/m4.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/notes/m4.common b/distrib/notes/m4.common index 69e7974edf7..9fec3a40ad3 100644 --- a/distrib/notes/m4.common +++ b/distrib/notes/m4.common @@ -1,5 +1,5 @@ dnl -dnl $OpenBSD: m4.common,v 1.125 2017/04/24 20:44:24 rpe Exp $ +dnl $OpenBSD: m4.common,v 1.126 2017/08/23 01:26:59 nayden Exp $ dnl dnl Copyright (c) 2004 Todd T. Fries <todd@OpenBSD.org> dnl @@ -113,7 +113,7 @@ dnl Describes compXX.tgz. dnl define({:-OpenBSDcomp-:}, {:- comp{:--:}OSrev The OpenBSD/MACHINE Compiler tools. All of the tools relating - to C, C++ and Objective-C are supported. This set includes + to C and C++ are supported. This set includes the system {:-include-:} files (/usr/{:-include-:}), the linker, the compiler tool chain, and the various system libraries{:--:}ifelse(MDSO,,.,{:- (except the shared libraries, which are included as part of |