Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 07 Apr 2006 14:00:35 +0300
From:      Danny Braniss <danny@cs.huji.ac.il>
To:        patrick <patrick@cyberwizards.nl>
Cc:        freebsd-amd64@freebsd.org
Subject:   Re: safe way to build i386 arch makeworld on amd64 arch? 
Message-ID:  <E1FRohf-000B4K-BW@cs1.cs.huji.ac.il>
In-Reply-To: Message from patrick <patrick@cyberwizards.nl> of "Fri, 07 Apr 2006 11:43:29 %2B0200." <20060407114033.J30882@gandalf.cyberwizards.nl> 

next in thread | previous in thread | raw e-mail | index | archive | help
> 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@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-amd64
> To unsubscribe, send any mail to "freebsd-amd64-unsubscribe@freebsd.org"
> 





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1FRohf-000B4K-BW>