Displaying 1 result from an estimated 1 matches for "9ac1b372".
2009 Apr 25
1
installing crossbuilds
Back before the 7.0 Release I used to install cross builds by
NFS-mounting /usr/src and /usr/obj of the build machine on the
target machine and running:
# cd /usr/src
# env MAKEOBJDIRPREFIX=/usr/obj/<stuff> make installkernel KERNCONF=<kernconf>
...
This doesn't work any more because all the installation tools
are built for the architecture of the build system.
The alternative