I have a system that is built with CPUTYPE=p2
When I set CPUTYPE to pentium and do a buildworld, I cannot use the
obj tree to do an installworld on a pentium system. The reason being that
the tools in usr/obj/usr/src/i386 are apparently built with libraries
from the p2 system.
I think that is broken.

The reason seems to be that xinstall is built in the bootstrap-tools:
target.  But because it is used later on in installworld, it seems
that it should be rebuild later.  

There does not seem to be a real solution for this problem..
I am not sure if xinstall is needed druing a make buildworld, but if not,
the most easy would be to make it only in the installworld phase. But
that would break installing from readonly mounts.
Adding an explicit bootstrap-tools target to Makefile might also
solve it..

-Guido

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to