#525 closed defect (wontfix)
CPU strings are incorrect in configure on MacIntel
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | build system |
Version: | 1.0pre8 | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
(extracted from bug #514)
On a Macbook pro the CPU is viewed like this by configure :
Checking for CPU vendor ... GenuineIntel (6:14:8)
Checking for CPU type ... Genuine Intel(R) CPU T2600 @ 2.16GHz
Checking for GCC & CPU optimization abilities ... pentium-m
Checking for kernel support of mmx ... yes
Checking for kernel support of mmxext ... yes
Checking for kernel support of sse ... yes
Checking for kernel support of sse2 ... yes
Checking for mtrr support ... yes
should be named properly "Intel Core Duo 2.16GHz"
I attach here the infos from a Macbook 1,8GHz and a MacBook Pro 2,16GHz
Attachments (2)
Change History (5)
by , 19 years ago
Attachment: | macbook18.txt added |
---|
comment:1 by , 19 years ago
comment:2 by , 19 years ago
comment:3 by , 19 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
TOOLS/cpuinfo returns the built-in name string of the CPU which may differ
from its trade name. Nevertheless, it won't interfere with configure's ability
to set optimization flags properly since only the family/model/stepping
triplets are used.
infos from macbook 1,8GHz