Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/gdb Nowadays, mknative-gdb puts files into external/gp...
details: https://anonhg.NetBSD.org/src/rev/8bb43142f624
branches: trunk
changeset: 976946:8bb43142f624
user: rin <rin%NetBSD.org@localhost>
date: Fri Oct 09 23:44:46 2020 +0000
description:
Nowadays, mknative-gdb puts files into external/gpl3/gdb/lib,
instead of external/gpl3/gdb/bin/gdb.
Also, we need to nbmake-MACHINE in external/gpl3/gdb in order to
build dependent libraries correctly.
diffstat:
tools/gdb/README.mknative | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (24 lines):
diff -r bbc8c26c4a39 -r 8bb43142f624 tools/gdb/README.mknative
--- a/tools/gdb/README.mknative Fri Oct 09 21:14:05 2020 +0000
+++ b/tools/gdb/README.mknative Fri Oct 09 23:44:46 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: README.mknative,v 1.6 2019/06/21 07:05:02 maya Exp $
+$NetBSD: README.mknative,v 1.7 2020/10/09 23:44:46 rin Exp $
This file describes how to use the cross-compiler to generate the
native files for GDB on a target platform.
@@ -34,11 +34,11 @@
native-to-NetBSD GDB on a cross host, and mknative pulls glue data
from this.
- NOTE: this step writes files under src/external/gpl3/gdb/bin/gdb, so you
+ NOTE: this step writes files under src/external/gpl3/gdb/lib, so you
need to do it in a writable src tree!
6. Try out a full build using "nbmake-MACHINE" in
- src/external/gpl3/gdb/bin; the result should include a native GDB.
+ src/external/gpl3/gdb; the result should include a native GDB.
7. If all is well, commit the glue files and directories added to
- src/external/gpl3/gdb/bin/gdb.
+ src/external/gpl3/gdb/lib.
Home |
Main Index |
Thread Index |
Old Index