Module Name: src
Committed By: skrll
Date: Mon Oct 21 09:02:08 UTC 2013
Modified Files:
src/tools/gcc: README.mknative
Log Message:
Improve wording and remove typos
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/tools/gcc/README.mknative
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/gcc/README.mknative
diff -u src/tools/gcc/README.mknative:1.15 src/tools/gcc/README.mknative:1.16
--- src/tools/gcc/README.mknative:1.15 Thu Apr 18 05:20:00 2013
+++ src/tools/gcc/README.mknative Mon Oct 21 09:02:08 2013
@@ -1,4 +1,4 @@
-$NetBSD: README.mknative,v 1.15 2013/04/18 05:20:00 skrll Exp $
+$NetBSD: README.mknative,v 1.16 2013/10/21 09:02:08 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
@@ -23,8 +23,8 @@ work.
2. Build and install a cross toolchain (via "build.sh -m MACHINE tools").
Note that while PR #47353 is not fixed, you can not use the -O option
- to build.sh. Use -M instead. (The difference is only a minor layout/
- pathname prefixe in the object directory pointed to bei either option.)
+ to build.sh. Use -M instead. (The differences are in layout and pathname
+ prefixes in the object directory pointed to by each option.)
3. In src/tools/gcc, do "nbmake-MACHINE HAVE_GCC=45 bootstrap-libgcc".