Date: Fri, 13 Jun 2014 11:23:47 -0400 From: "illoai@gmail.com" <illoai@gmail.com> To: Yuri <yuri@rawbw.com> Cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: Build of FreeBSD-10 fails on 9 with unknown target CPU Message-ID: <CAHHBGkqp9s8rb7m8AUcT56Nf__LAoz0HTfwT76LU5Zy=cS=73Q@mail.gmail.com> In-Reply-To: <539AC3A7.4040309@rawbw.com> References: <539AC3A7.4040309@rawbw.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 13 June 2014 05:25, Yuri <yuri@rawbw.com> wrote: > 'make buildworld' fails in llvm build with the message: error: unknown > target CPU 'amd64' > /etc/make.conf has the line: > CPUTYPE?=core > And CPU is: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz > > /usr/src/UPDATING only says that CPUTYPE should be set with ?=, but the > build fails with and without CPUTYPE. > > What causes the build to fail? According to what I can find, "amd64" isn't a valid CPUTYPE. You should probably either leave it blank or set it to "core2" (about the only difference will be the use of sse3 & above, which I don't think anything in base makes use of anyway). -- --
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAHHBGkqp9s8rb7m8AUcT56Nf__LAoz0HTfwT76LU5Zy=cS=73Q>