QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 728|回复: 4

如何让make编译时自动针对cpu优化?

[复制链接]
发表于 2004-4-25 12:01:23 | 显示全部楼层 |阅读模式
我用的cpu是athlon-xp可每次编译软件时,./configure自后,都显示
target system是i686甚至是i386,

想一想现在都什么时代了,谁还用i386和i686(就奔腾2)啊?

有没有什么办法每次在configure和make时,都自动加入-march=athlon-xp,针对我的athlon-xp优化啊?不可能叫我每次都去改那一大堆Makefile文件吧!
发表于 2004-4-25 12:56:02 | 显示全部楼层
make 有自己的配置文件。。。应该在/etc/下面吧。找找吧。
回复

使用道具 举报

 楼主| 发表于 2004-4-26 21:41:14 | 显示全部楼层
具体一点行不行?
回复

使用道具 举报

发表于 2004-4-26 23:07:24 | 显示全部楼层
/etc/profile

CHOST="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -m3dnow -msse -mfpmath=sse -mmmx -O3 -pipe -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -falign-functions=4 -maccumulate-outgoing-args -ffast-math
-fprefetch-loop-arrays"
CXXFLAGS="${CFLAGS}"
CC='gcc -s'
export CHOST CFLAGS CXXFLAGS CC


http://www.freehackers.org/gentoo/gccflags/flag_gcc3opt.html
回复

使用道具 举报

发表于 2004-4-27 00:10:56 | 显示全部楼层
O3.....
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-8 11:49 , Processed in 0.044042 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表