|
|
发表于 2006-9-7 11:39:44
|
显示全部楼层
CFLAGS="-march=athlon-xp -pipe O2"
MAKEOPTS=:-j2"
打错字了?
cat /etc/make.conf
# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
LDFLAGS="-Wl,-O1"
ACCEPT_KEYWORDS="~x86"
MAKEOPTS="-j2" |
|