From 57cdbb79cc9a0e2d3a7e57883897126c263366d3 Mon Sep 17 00:00:00 2001 From: lukem Date: Tue, 24 Sep 2002 14:43:39 +0000 Subject: [PATCH] MKDYNAMICROOT=yes; care needs to be taken if "make build" is not used --- UPDATING | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index c5e96636c5fa..ca7c8061556f 100644 --- a/UPDATING +++ b/UPDATING @@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.67 2002/09/21 04:12:35 lukem Exp $ +$NetBSD: UPDATING,v 1.68 2002/09/24 14:43:39 lukem Exp $ This file is intended to be a brief introduction to the build process and a reference on what to do if something doesn't work. @@ -8,6 +8,16 @@ For a more detailed description see Makefile. Recent changes: ^^^^^^^^^^^^^^^ +20020922: + MKDYNAMICROOT=yes enabled by default, which means that + certain shared libraries are installed into /lib, the shared + linker is installed into /libexec, and all programs in /bin + and /sbin are dynamically linked. + If you do not use "make build", you should ensure that + you have the libraries and shared linker in the new locations, + with: + make do-lib-csu do-lib-libc do-lib do-gnu-lib do-ld.elf_so + 20020917: USE_NEW_TOOLCHAIN has been replaced with: - TOOLCHAIN_MISSING -- set to "yes" on platforms for which