lfs-book-i18n
lfs-book-i18n copied to clipboard
Repository for LFS book translation (currently only Simplified Chinese).
https://github.com/xry111/lfs-book-i18n/blob/8f9c47792dc571119ddf2249d8441811da3d208d/zh_CN/chapter07/libstdc%2B%2B-pass2.po#L133 我第一眼把`-O2`当成了`-02`,写的时候感觉有点奇怪“怎么是个八进制数字”,之后make报错我才意识到是大写字母`O`,不是阿拉伯数字`0` 建议在这里加一个类似于“注意”的东西特别说明一下
--target=$LFS_TGT 由于我们正在交叉编译 GCC,此时不可能用**之前**编译得到的 GCC 二进制程序 https://www.linuxfromscratch.org/lfs/view/development/chapter06/gcc-pass2.html ``` -target=$LFS_TGT We are cross-compiling GCC, so it's impossible to build target libraries (libgcc and libstdc++) with the previously compiled GCC binaries ```