Bug 80788

Summary: Categorization of 'nocona' in examples/etc/make.conf is wrong
Product: Base System Reporter: Damian Gerow <dgerow>
Component: confAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.4-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Damian Gerow 2005-05-08 17:10:02 UTC
In examples/etc/make.conf, nocona is listed, within the 'Intel x86
architecture', as an 'AMD CPU':

# 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 nocona

Which is wrong.  It is, IIRC, correctly listed as an AMD64 architecture
further down:

#   AMD64 architecture: opteron, athlon64, nocona

Which is probably where the confusion came from.  Nocona is most definitely
and Intel CPU.

Fix: Patch:
How-To-Repeat: Check out source.  Look at examples/etc/make.conf.
Comment 1 Maxim Konovalov freebsd_committer freebsd_triage 2005-05-08 17:17:04 UTC
State Changed
From-To: open->closed

des@ already fixed this issue in rev. 1.264 share/examples/etc/make.conf