diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-09-19 12:37:03 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-09-19 12:37:03 +0000 |
commit | 5311b86aa619a627b05720b3ec5ca828e10c9d34 (patch) | |
tree | 483d4e7d38920d8d6f48a52a98db165e174191a4 /distrib | |
parent | b827a362764322147ed9c65c4913bb251fc600c7 (diff) |
adjust notes for linker set change
ok miod@ deraadt@
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/notes/m4.common | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/distrib/notes/m4.common b/distrib/notes/m4.common index 6b8870a9864..87e2abe1cdc 100644 --- a/distrib/notes/m4.common +++ b/distrib/notes/m4.common @@ -1,5 +1,5 @@ dnl -dnl $OpenBSD: m4.common,v 1.133 2022/03/24 20:46:56 krw Exp $ +dnl $OpenBSD: m4.common,v 1.134 2022/09/19 12:37:02 jsg Exp $ dnl dnl Copyright (c) 2004 Todd T. Fries <todd@OpenBSD.org> dnl @@ -103,7 +103,8 @@ define({:-OpenBSDbase-:}, {:- base{:--:}OSrev The OpenBSD/MACHINE OSREV base binary distribution. You MUST install this distribution set. It contains the base OpenBSD utilities that are necessary for the system to run and be - minimally functional. + minimally functional. This includes parts of the toolchain + required to relink a kernel. ifelse(MDSO,,{:-It excludes everything described below.-:},{:-It includes shared library support, and excludes everything described below.-:})showsize($1,$2)-:})dnl dnl @@ -114,7 +115,7 @@ dnl define({:-OpenBSDcomp-:}, {:- comp{:--:}OSrev The OpenBSD/MACHINE Compiler tools. All of the tools relating to C and C++ are supported. This set includes the system - {:-include-:} files (/usr/{:-include-:}), the linker, the compiler + {:-include-:} files (/usr/{:-include-:}), the compiler toolchain, and the various system libraries{:--:}ifelse(MDSO,,.,{:- (except the shared libraries, which are included as part of the base set).-:}) This set also includes the manual pages for all of the |