Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jan 2012 13:20:09 +0200
From:      Volodymyr Kostyrko <c.kworr@gmail.com>
To:        Thomas Mueller <mueller23@insightbb.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Building FreeBSD for two or more architectures but not all
Message-ID:  <4F0D7069.2030200@gmail.com>
In-Reply-To: <6A.EA.27130.1B86D0F4@smtp02.insight.synacor.com>
References:  <6A.EA.27130.1B86D0F4@smtp02.insight.synacor.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Thomas Mueller wrote:
> How would I build FreeBSD, in this case 9.0-RELEASE, for two or more architectures, in this case i386 and amd64?
>
> One build (amd64) would update the present system (9.0 RC3), but the other would go on a USB stick, likely 16 GB.
>
> Real question is how to keep things like /usr/obj and other things from the two builds separate.
>
> I don't want to 'make universe' when I won't run on anything other than i386 and amd64.
>
> I want to build both on the new computer because the old computer is short on disk space and has only 256 MB RAM.

You can add TARGET=i386 to 'make' commands. It would use other directory 
inside /usr/obj.

-- 
Sphinx of black quartz judge my vow.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F0D7069.2030200>