Bug 12653

Summary: "uname -m" says i386 for Intel Celeron
Product: Base System Reporter: pavel_roskin <pavel_roskin>
Component: i386Assignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.2-RELEASE   
Hardware: Any   
OS: Any   

Description pavel_roskin 1999-07-15 15:20:00 UTC
"uname -m" should print the processor type.
This command prints i386 for Intel Celeron 333MHz
Because of that config.guess prints i386-unknown-freebsdelf3.2
This may disable i686-specific optimizations in some programs.
"uname -m" on Linux prints i686

How-To-Repeat: uname -m
on any Intel processor other than i386
Comment 1 hoek freebsd_committer freebsd_triage 1999-07-15 23:17:07 UTC
State Changed
From-To: open->closed

Well, "uname -m" is supposed to printout "i386" for the Celeron.  It does 
the same for the latest and greatest Xeon, too, I would hope. 

That's why config.guess is called config._guess_.