Adding k9 and k10 to bsd.cpu.mk

David O'Brien obrien at freebsd.org
Fri Aug 31 07:25:59 PDT 2007


On Thu, Aug 30, 2007 at 10:19:31AM +0300, Stefan Lambrev wrote:
> k8-sse3, opteron-sse3, athlon64-sse3

Yeah, I guess I should add those... though bsd.cpu.mk was architected
with some amount of guessing of what might in the future be useful.

Is there anything in /usr/src or /usr/ports that actually does anything
with the information?

    .  elif ${CPUTYPE} == "prescott"
    MACHINE_CPU = sse3 sse2 sse i686 mmx i586 i486 i386

    .  elif ${CPUTYPE} == "nocona"
    MACHINE_CPU = sse3

for instance.

-- 
-- David  (obrien at FreeBSD.org)
Q: Because it reverses the logical flow of conversation.
A: Why is top-posting (putting a reply at the top of the message) frowned upon?
Let's not play "Jeopardy-style quoting"


More information about the freebsd-current mailing list