Date: Sun, 20 May 2012 01:37:34 -0700 From: freebsdathome@telus.net To: freebsd-questions@freebsd.org Subject: Re: buildworld problem Message-ID: <20120520013734.55067850@telus.net> In-Reply-To: <4FB7C7DD.5060906@cyberleo.net> References: <20120518211704.3ad0afe3@gmail.com> <4FB74053.8090602@gmail.com> <20120519012919.42724cb4@telus.net> <4FB7C7DD.5060906@cyberleo.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 19 May 2012 11:18:37 -0500 CyberLeo Kitsana <cyberleo@cyberleo.net> wrote: > On 05/19/2012 03:29 AM, Andriy Babiy wrote: > >>> "Makefile.inc1", line 160: CPUTYPE global should be set with ?=. > ... > > In make.conf I have CPUTYPE=nocona > > As it says, you need CPUTYPE?=nocona instead of CPUTYPE=nocona in > /etc/make.conf or /etc/src.conf; otherwise the build process chokes > while building the 32-bit compatibility stuff, since it cannot > override your 64-bit CPU selection with a 32-bit one. > You are right. Thank you.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120520013734.55067850>