关于Pentium D的疑问
时间:2007-01-09
来源:互联网
最近会帮朋友在一台Pentium D的主机上安装Gentoo,由于之前没接触过这种CPU,于是去看了下gentoo-wiki,上面这样说:
Pentium D 8xx / 9xx
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Pentium(R) D CPU x.xxGHz
cpu cores : 2
Note: Because of the EM64T support, the Gentoo architecture for this chip is amd64. Warning: With this processor mysql 5 is completely broken using -march=amd64. Make sure you use -march=nocona. TODO: Could somebody please check the 9xx cpuinfo is identical to the 8xx cpuinfo?
Append: my 9xx registers model 6 not model 4. It also has syscall instead of pbe. It has constant_tsc and lahf_lm. It's missing est.
Note: For those who don't need the Intel's 64-bit extension(EM64T), just use the Pentium4(Prescott) flags with MAKEOPTS="-j3" which is on desktop in most of the cases the better choice *and* use CHOST="i686-pc-linux-gnu" (for a strictly 32-bit environment).
CHOST="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -O2 -pipe"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j3"
看了之后有点迷糊,不知道有使用这款CPU经验的Gentoo users有什么建议?一直使用CHOST="x86_64-pc-linux-gnu"和-march=nocona会不会碰到什么问题?
Pentium D 8xx / 9xx
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Pentium(R) D CPU x.xxGHz
cpu cores : 2
Note: Because of the EM64T support, the Gentoo architecture for this chip is amd64. Warning: With this processor mysql 5 is completely broken using -march=amd64. Make sure you use -march=nocona. TODO: Could somebody please check the 9xx cpuinfo is identical to the 8xx cpuinfo?
Append: my 9xx registers model 6 not model 4. It also has syscall instead of pbe. It has constant_tsc and lahf_lm. It's missing est.
Note: For those who don't need the Intel's 64-bit extension(EM64T), just use the Pentium4(Prescott) flags with MAKEOPTS="-j3" which is on desktop in most of the cases the better choice *and* use CHOST="i686-pc-linux-gnu" (for a strictly 32-bit environment).
CHOST="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -O2 -pipe"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j3"
看了之后有点迷糊,不知道有使用这款CPU经验的Gentoo users有什么建议?一直使用CHOST="x86_64-pc-linux-gnu"和-march=nocona会不会碰到什么问题?
作者: flyingpig 发布时间: 2007-01-09
想使用Intel 64-bit扩展的话用:
CHOST="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -O2 -pipe"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j3"
-----------------------------------------------------------------------------------------------------
想使用32-bit的话用:
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=prescott -O2 -pipe"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j3"
CHOST="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -O2 -pipe"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j3"
-----------------------------------------------------------------------------------------------------
想使用32-bit的话用:
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=prescott -O2 -pipe"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j3"
作者: yuxans 发布时间: 2007-01-10
相关阅读 更多
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28