safe way to build i386 arch makeworld on amd64 arch?

Danny Braniss danny at cs.huji.ac.il
Fri Apr 7 11:00:37 UTC 2006


> hello list,
> 
> is there a save way to 'downgrade' an amd64 build system by using 'make world' ?
> 
> e.g. just remove the CPUTYPE=opteron from the make.conf file and do a 
> build world/kernels install world/kernels ?
> 
> of do we need to do some more for this?
> 
> thanks in advance
> 
> Regards
> patrick
> 
you can, i do:
	export MAKEOBJDIRPREFIX=/somwhersafe-i386
	make TARGET_ARCH=i386 buildworld
same for buildkernel, installworld/installkernel, and also you can specify
a different DESTDIR=

danny

> _______________________________________________
> freebsd-amd64 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-amd64
> To unsubscribe, send any mail to "freebsd-amd64-unsubscribe at freebsd.org"
> 




More information about the freebsd-amd64 mailing list