MKDYNAMICROOT=yes; care needs to be taken if "make build" is not used
This commit is contained in:
parent
17aee57321
commit
57cdbb79cc
12
UPDATING
12
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
|
||||
|
|
Loading…
Reference in New Issue