|
|

楼主 |
发表于 2009-2-28 10:54:26
|
显示全部楼层
其实,你们都误解我的意思了,我想问的是,修改/etc/make.conf把CARCH="i686"
CHOST="i686-pc-linux-gnu"
#-- Exclusive: will only run on -march=i686
# -march (or -mcpu) builds exclusively for an architecture
# -mtune optimizes for an architecture, but builds for whole processor family
CFLAGS="-march=i686 -mtune=generic -O2 -pipe"
CXXFLAGS="-march=i686 -mtune=generic -O2 -pipe"
#-- Make Flags: change this for DistCC/SMP systems
MAKEFLAGS="-j3"
中,MAKEFLAGS="-j3"
还是在编译的时候直接make -j3 *
到底是哪个呢? |
|