Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/gcc Improve wording and remove typos



details:   https://anonhg.NetBSD.org/src/rev/b908481d530c
branches:  trunk
changeset: 790794:b908481d530c
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Oct 21 09:02:08 2013 +0000

description:
Improve wording and remove typos

diffstat:

 tools/gcc/README.mknative |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 065694977661 -r b908481d530c tools/gcc/README.mknative
--- a/tools/gcc/README.mknative Mon Oct 21 08:59:29 2013 +0000
+++ b/tools/gcc/README.mknative Mon Oct 21 09:02:08 2013 +0000
@@ -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 @@
 
 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".
 



Home | Main Index | Thread Index | Old Index