cross compile?
Peter Grehan
grehan at freebsd.org
Wed Dec 3 03:15:43 PST 2003
Hi Matt,
> Well that might be for later - I assume the buildworld process
> doesn't store the compiler for future use? :)
It stays around until you clean the tree. Rebuilding a small
portion of the tree is a touch verbose, but still possible. For
instance, at the moment I'm debugging some code in libstand,
and rebuilding the library with:
make -DNOCLEAN -DNOLIBC_R TARGET_ARCH=powerpc buildworld
SUBDIR_OVERRIDE=lib/libstand
later,
Peter.
More information about the freebsd-ppc
mailing list