|
|
发表于 2009-5-5 15:55:42
|
显示全部楼层
文档翻译有一处错误:
如果你打算把gcc从3升级到3(这个例子是从3.4.6升级到4.1.1),需要手动运行fix_libtool_files.sh。
(用你在/etc/make.conf实际设置的CHOST来替换$CHOST)
(用你升级的新版本号代替<gcc-version>)
原英文是:
If you upgraded from gcc 3 to 4 (e.g. from 3.4.6 to 4.1.1 in this
example) you will have to run fix_libtool_files.sh manually
(Replace $CHOST with your actual CHOST, found in /etc/make.conf)
(Replace <gcc-version> with your new, updated GCC version)
应是这样吧:
如果你打算把gcc从[color="Red"]3升级到4(这个例子是从3.4.6升级到4.1.1),需要手动运行 |
|