|
@@ -54,9 +54,9 @@
|
|
|
build of GCC now requires the full internal header. Create a full version
|
|
|
of the internal header using a command that is identical to what the GCC
|
|
|
build system does in normal circumstances:</para-->
|
|
|
- <para>第一次构建的 GCC 安装了若干内部系统头文件。一般来说,
|
|
|
- 其中的一个 <filename>limits.h</filename> 应该包含对应的系统
|
|
|
- <filename>limits.h</filename> 头文件。对于我们的特例而言,就是
|
|
|
+ <para>第一次构建的 GCC 安装了若干内部系统头文件,其中有一个
|
|
|
+ <filename>limits.h</filename>。一般来说,
|
|
|
+ 它应该包含对应的系统头文件,对于我们的特例而言,就是
|
|
|
<filename>/tools/include/limits.h</filename>。
|
|
|
然而,在第一次构建 GCC 的时候,它还不存在,
|
|
|
因此 GCC 安装的内部头文件是一个不完整的、自给自足的文件,
|