More tweaks

This commit is contained in:
skrll 2012-09-27 11:29:49 +00:00
parent 74f6af556a
commit 18ea2c9f55

View File

@ -1,4 +1,4 @@
$NetBSD: README.mknative,v 1.12 2012/09/25 11:12:16 skrll Exp $
$NetBSD: README.mknative,v 1.13 2012/09/27 11:29:49 skrll Exp $
This file describes how to bootstrap the native toolchain on a new NetBSD
platform (and how to update the new toolchain files, if needed). These
@ -33,16 +33,17 @@ work.
will regenerate the "proper" libgcc config files.
4. At top level, do
"nbmake-MACHINE obj do-distrib-dirs includes MKGCC=no MKBINUTILS=no".
"nbmake-MACHINE obj do-distrib-dirs MKGCC=no MKBINUTILS=no", and
"nbmake-MACHINE includes HAVE_GCC= MKGCC=no MKBINUTILS=no".
5. In src/external/gpl3/gcc/lib/libgcc, do
"nbmake-MACHINE obj includes dependall install MKPIC=no".
5. In src/lib/csu, do
"nbmake-MACHINE dependall". and "nbmake-MACHINE install".
6. If the platform sets USE_COMPILERCRTSTUFF=yes, then in
src/external/gpl3/gcc/lib/crtstuff/ do
"nbmake-MACHINE obj dependall install"
7. In src/lib/csu, do
7. In src/external/gpl3/gcc/lib/libgcc, do
"nbmake-MACHINE obj includes dependall install".
8. In each of src/external/lgpl3/gmp/lib/libgmp,
@ -54,7 +55,7 @@ work.
installs a header file that is not part of standard build.
9. In src/lib, do
"nbmake-MACHINE obj includes dependall install MKGCC=no".
"nbmake-MACHINE dependall install MKGCC=no".
Optionally, all of the following may be set in the environment to reduce
the amount of code needed to build at this step. Basically, it must be