|

楼主 |
发表于 2007-12-20 13:34:06
|
显示全部楼层
../binutils-2.16.1/configure --prefix=${PREFIX} \
--host=${C_HOST} --target=${TARGET} --with-lib-path=${PREFIX}/lib \
--disable-nls --enable-shared --disable-multilib
make configure-host
make
make check
700多个test都通过,0 error
make isntall
ls ${PREFIX}/bin
结果发现没有gprof,其他的都有 |
|