On Sat, Jun 18, 2011 at 5:32 PM, Polytropon <free...@edvax.de> wrote:
> In the example make.conf, the following section can be found: > > # Currently the following CPU types are recognized: > # Intel x86 architecture: > # (AMD CPUs) opteron athlon64 athlon-mp athlon-xp athlon-4 > # athlon-tbird athlon k8 k6-3 k6-2 k6 k5 > # (Intel CPUs) core2 core nocona pentium4m pentium4 prescott > # pentium3m pentium3 pentium-m pentium2 > # pentiumpro pentium-mmx pentium i486 i386 > # (Via CPUs) c3 c3-2 > # Alpha/AXP architecture: ev67 ev6 pca56 ev56 ev5 ev45 ev4 > # AMD64 architecture: opteron, athlon64, nocona, prescott, core2 > # Intel ia64 architecture: itanium2, itanium > # > # (?= allows to buildworld for a different CPUTYPE.) > > As dmesg indicates I have a "Intel(R) Core(TM)2" as indicated > by dmesg, I thought > > CPUTYPE=core2 > > would be the correct setting. Maybe it's not? > Here's a guess, I seem to remember another with a similar situation. The core2 support is rather new, as in very new. The current compiler on your system doesn't support it, although one build from sources should. If IIRC, the original thread contained a workaround, but simply setting it to core for now should be fine, and you can change it once the world is installed. -- Adam Vande More _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"