diff options
| author | rin <rin@NetBSD.org> | 2020-10-09 23:44:46 +0000 |
|---|---|---|
| committer | rin <rin@NetBSD.org> | 2020-10-09 23:44:46 +0000 |
| commit | 39a2912fdd2b4e13e96d16690e8f46be9252db45 (patch) | |
| tree | 6deaf77f968808daa28b7b1546de6e9ae0c09eb3 /tools | |
| parent | 436f5e2cb2d9171b87f9d727e9ce0d7e9e866735 (diff) | |
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 (limited to 'tools')
| -rw-r--r-- | tools/gdb/README.mknative | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/gdb/README.mknative b/tools/gdb/README.mknative index da1c8f7aeb4..23cedc5a725 100644 --- a/tools/gdb/README.mknative +++ b/tools/gdb/README.mknative @@ -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 @@ work. 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. |
