s/gcc3/gcc4/.
This commit is contained in:
parent
a619033d94
commit
3bb37666dd
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: README.mknative,v 1.1 2006/06/02 15:33:34 nathanw Exp $
|
||||
$NetBSD: README.mknative,v 1.2 2006/10/19 08:18:45 mrg Exp $
|
||||
|
||||
This file describes how to use the cross-compiler to generate the
|
||||
native files for GDB on a target platform.
|
||||
|
@ -24,9 +24,9 @@ work.
|
|||
|
||||
3. At top level, do "nbmake-MACHINE do-distrib-dirs obj includes".
|
||||
|
||||
4. In src/gnu/lib/crtstuff3 do "nbmake-MACHINE depend all install"
|
||||
4. In src/gnu/lib/crtstuff4 do "nbmake-MACHINE depend all install"
|
||||
|
||||
5. In src/lib/csu, src/gnu/lib/libgcc3, and src/lib, do "nbmake-MACHINE all install".
|
||||
5. In src/lib/csu, src/gnu/lib/libgcc4, and src/lib, do "nbmake-MACHINE all install".
|
||||
|
||||
6. In src/tools/gdb, do "nbmake-MACHINE obj native-gdb".
|
||||
|
||||
|
|
Loading…
Reference in New Issue