Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/gcc No need to do "obj includes" twice.
details: https://anonhg.NetBSD.org/src/rev/e8c3bc888baa
branches: trunk
changeset: 781719:e8c3bc888baa
user: skrll <skrll%NetBSD.org@localhost>
date: Tue Sep 25 11:12:16 2012 +0000
description:
No need to do "obj includes" twice.
diffstat:
tools/gcc/README.mknative | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 063ebe6f79aa -r e8c3bc888baa tools/gcc/README.mknative
--- a/tools/gcc/README.mknative Tue Sep 25 06:55:10 2012 +0000
+++ b/tools/gcc/README.mknative Tue Sep 25 11:12:16 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: README.mknative,v 1.11 2012/09/25 06:55:10 skrll Exp $
+$NetBSD: README.mknative,v 1.12 2012/09/25 11:12:16 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
@@ -48,7 +48,7 @@
8. In each of src/external/lgpl3/gmp/lib/libgmp,
src/external/lgpl3/mpfr/lib/libmpfr, src/external/lgpl2/mpc/lib/libmpc
do "nbmake-MACHINE obj includes LIBISPRIVATE=no", and
- "nbmake-MACHINE obj includes dependall install".
+ "nbmake-MACHINE dependall install".
It is important to have LIBISPRIVATE=no while doing includes as this
installs a header file that is not part of standard build.
Home |
Main Index |
Thread Index |
Old Index