Re: Build of FreeBSD-10 fails on 9 with unknown target CPU
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).
--
--
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
討論串 (同標題文章)
完整討論串 (本文為第 5 之 13 篇):